Skip to content

Commit 7ea5e19

Browse files
committed
fix: footer links
1 parent e96ae1a commit 7ea5e19

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

app/components/AppFooter.vue

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,12 @@ const isHome = computed(() => route.name === 'index')
1515
</div>
1616
<!-- Desktop: Show all links. Mobile: Links are in MobileMenu -->
1717
<div class="hidden sm:flex items-center gap-6">
18-
<LinkBase :to="{ name: 'privacy' }">
18+
<LinkBase :to="{ name: 'about' }">
1919
{{ $t('footer.about') }}
2020
</LinkBase>
21+
<LinkBase :to="{ name: 'privacy' }">
22+
{{ $t('privacy_policy.title') }}
23+
</LinkBase>
2124
<LinkBase to="https://docs.npmx.dev">
2225
{{ $t('footer.docs') }}
2326
</LinkBase>

0 commit comments

Comments
 (0)