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.
1 parent 6e7d11f commit 572c71dCopy full SHA for 572c71d
1 file changed
app/components/Header/MobileMenu.client.vue
@@ -112,6 +112,15 @@ onUnmounted(deactivate)
112
{{ $t('footer.about') }}
113
</NuxtLink>
114
115
+ <NuxtLink
116
+ to="/cookie-policy"
117
+ 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 lowercase"
118
+ @click="closeMenu"
119
+ >
120
+ <span class="i-carbon:cookie rtl-flip w-5 h-5 text-fg-muted" aria-hidden="true" />
121
+ {{ $t('cookie_policy.title') }}
122
+ </NuxtLink>
123
+
124
<NuxtLink
125
to="/compare"
126
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"
0 commit comments