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 d04f0d2 commit deeb959Copy full SHA for deeb959
1 file changed
app/components/Package/ActionBar.vue
@@ -41,8 +41,12 @@ onKeyStroke(
41
<span class="text-fg text-sm">
42
{{ $t('action_bar.selection', selectedPackages.length) }}
43
</span>
44
- <button @click="clearSelectedPackages" class="flex items-center ms-2 hover:text-fg-muted">
45
- <span class="i-lucide:x text-xs relative top-px" aria-label="Close action bar" />
+ <button
+ @click="clearSelectedPackages"
46
+ class="flex items-center ms-2 hover:text-fg-muted"
47
+ aria-label="Close action bar"
48
+ >
49
+ <span class="i-lucide:x text-xs relative top-px" aria-hidden="true" />
50
</button>
51
</div>
52
@@ -51,7 +55,7 @@ onKeyStroke(
55
variant="button-secondary"
56
classicon="i-lucide:git-compare"
53
57
>
54
- Compare
58
+ {{ $t('package.links.compare') }}
59
</LinkBase>
60
61
0 commit comments