We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f9dbe commit 67e9f14Copy full SHA for 67e9f14
1 file changed
app/components/Compare/PackageSelector.vue
@@ -113,10 +113,10 @@ function handleBlur() {
113
</NuxtLink>
114
<button
115
type="button"
116
- class="text-fg-subtle hover:text-fg transition-colors focus-visible:outline-accent/70 rounded"
+ class="text-fg-subtle hover:text-fg transition-colors rounded"
117
:aria-label="
118
$t('compare.selector.remove_package', {
119
- package: pkg === NO_DEPENDENCY_ID ? 'No dependency' : pkg,
+ package: pkg === NO_DEPENDENCY_ID ? $t('compare.no_dependency.label') : pkg,
120
})
121
"
122
@click="removePackage(pkg)"
0 commit comments