[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(ui): remove back button `title` on privacy page (#1088)

authored by

Joaquín Sánchez and committed by
GitHub
9394632e c5a29f3b

+1 -2
+1 -2
app/pages/privacy.vue
··· 28 28 </h1> 29 29 <button 30 30 type="button" 31 - :title="$t('nav.back')" 32 31 class="inline-flex items-center gap-2 font-mono text-sm text-fg-muted hover:text-fg transition-colors duration-200 rounded focus-visible:outline-accent/70 shrink-0" 33 32 @click="router.back()" 34 33 > 35 34 <span class="i-carbon:arrow-left rtl-flip w-4 h-4" aria-hidden="true" /> 36 - <span class="hidden sm:inline">{{ $t('nav.back') }}</span> 35 + <span class="sr-only sm:not-sr-only">{{ $t('nav.back') }}</span> 37 36 </button> 38 37 </div> 39 38 <i18n-t