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.
sr-only
1 parent 3db3bd9 commit a417fb9Copy full SHA for a417fb9
app/pages/package/[[org]]/[name].vue
@@ -886,7 +886,7 @@ const showSkeleton = shallowRef(false)
886
classicon="i-lucide:diff"
887
:title="$t('compare.compare_versions_title')"
888
>
889
- {{ $t('compare.compare_versions') }}
+ <span class="max-sm:sr-only">{{ $t('compare.compare_versions') }}</span>
890
</LinkBase>
891
<ButtonBase
892
v-if="showScrollToTop"
0 commit comments