Skip to content

Commit db94835

Browse files
authored
fix(ui): link "Help translate npmx" to actionable, canonical i18n landing page (#1805)
1 parent 28b4500 commit db94835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/pages/settings.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -252,12 +252,12 @@ const setLocale: typeof setNuxti18nLocale = locale => {
252252
<!-- Simple help link for source locale -->
253253
<template v-else>
254254
<a
255-
href="https://github.com/npmx-dev/npmx.dev/tree/main/i18n/locales"
255+
href="https://i18n.npmx.dev/"
256256
target="_blank"
257257
rel="noopener noreferrer"
258258
class="inline-flex items-center gap-2 text-sm text-fg-muted hover:text-fg transition-colors duration-200 focus-visible:outline-accent/70 rounded"
259259
>
260-
<span class="i-simple-icons:github w-4 h-4" aria-hidden="true" />
260+
<span class="i-lucide:languages w-4 h-4" aria-hidden="true" />
261261
{{ $t('settings.help_translate') }}
262262
</a>
263263
</template>

0 commit comments

Comments
 (0)