Skip to content

Commit 444a4e2

Browse files
committed
refactor: move to /privacy and add more info
1 parent 8552f12 commit 444a4e2

9 files changed

Lines changed: 585 additions & 413 deletions

File tree

app/components/AppFooter.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ const isHome = computed(() => route.name === 'index')
1919
{{ $t('footer.about') }}
2020
</NuxtLink>
2121
<NuxtLink
22-
to="/cookie-policy"
22+
to="/privacy"
2323
class="link-subtle font-mono text-xs min-h-11 flex items-center gap-1 lowercase"
2424
>
25-
{{ $t('cookie_policy.title') }}
25+
{{ $t('privacy_policy.title') }}
2626
</NuxtLink>
2727
<a
2828
href="https://docs.npmx.dev"

app/components/Header/MobileMenu.client.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ onUnmounted(deactivate)
113113
</NuxtLink>
114114

115115
<NuxtLink
116-
to="/cookie-policy"
116+
to="/privacy"
117117
class="flex items-center gap-3 px-3 py-3 rounded-md font-mono text-sm text-fg hover:bg-bg-subtle transition-colors duration-200"
118118
@click="closeMenu"
119119
>
120-
<span class="i-carbon:cookie rtl-flip w-5 h-5 text-fg-muted" aria-hidden="true" />
121-
{{ $t('cookie_policy.title') }}
120+
<span class="i-carbon:security w-5 h-5 text-fg-muted" aria-hidden="true" />
121+
{{ $t('privacy_policy.title') }}
122122
</NuxtLink>
123123

124124
<NuxtLink

app/pages/cookie-policy.vue

Lines changed: 0 additions & 266 deletions
This file was deleted.

0 commit comments

Comments
 (0)