[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: localization for "go back home" button on error page (#1470)

Co-authored-by: Willow (GHOST) <git@willow.sh>

authored by

Adebesin Tolulope (Lope)
Willow (GHOST)
and committed by
GitHub
49a84739 c887a5f0

+1 -1
+1 -1
app/error.vue
··· 56 56 class="font-mono text-sm px-6 py-3 bg-fg text-bg rounded-lg transition-all duration-200 hover:bg-fg/90 active:scale-95" 57 57 @click="handleError" 58 58 > 59 - go home 59 + {{ $t('common.go_back_home') }} 60 60 </button> 61 61 </main> 62 62