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.
title
1 parent c5a29f3 commit 9394632Copy full SHA for 9394632
app/pages/privacy.vue
@@ -28,12 +28,11 @@ const { locale } = useI18n()
28
</h1>
29
<button
30
type="button"
31
- :title="$t('nav.back')"
32
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
@click="router.back()"
34
>
35
<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>
+ <span class="sr-only sm:not-sr-only">{{ $t('nav.back') }}</span>
37
</button>
38
</div>
39
<i18n-t
0 commit comments