Skip to content

Commit a417fb9

Browse files
committed
fix: diff button text should be sr-only on small screens
1 parent 3db3bd9 commit a417fb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ const showSkeleton = shallowRef(false)
886886
classicon="i-lucide:diff"
887887
:title="$t('compare.compare_versions_title')"
888888
>
889-
{{ $t('compare.compare_versions') }}
889+
<span class="max-sm:sr-only">{{ $t('compare.compare_versions') }}</span>
890890
</LinkBase>
891891
<ButtonBase
892892
v-if="showScrollToTop"

0 commit comments

Comments
 (0)