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 c6e5798 commit bd4b408Copy full SHA for bd4b408
app/components/AppFooter.vue
@@ -14,13 +14,13 @@ const isHome = computed(() => route.name === 'index')
14
<BuildEnvironment v-if="!isHome" footer />
15
</div>
16
<!-- Desktop: Show all links. Mobile: Links are in MobileMenu -->
17
- <div class="hidden sm:flex items-center gap-6">
+ <div class="hidden sm:flex items-center gap-6 min-h-11">
18
<NuxtLink :to="{ name: 'about' }" class="link-subtle font-mono text-xs flex items-center">
19
{{ $t('footer.about') }}
20
</NuxtLink>
21
<NuxtLink
22
:to="{ name: 'privacy' }"
23
- class="link-subtle font-mono text-xs min-h-11 flex items-center gap-1"
+ class="link-subtle font-mono text-xs flex items-center gap-1"
24
>
25
{{ $t('privacy_policy.title') }}
26
0 commit comments