File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,13 @@ const isHome = computed(() => route.name === 'index')
1414 <BuildEnvironment v-if =" !isHome" footer />
1515 </div >
1616 <!-- Desktop: Show all links. Mobile: Links are in MobileMenu -->
17- <div class =" hidden sm:flex items-center gap-6" >
17+ <div class =" hidden sm:flex items-center gap-6 min-h-11 " >
1818 <NuxtLink :to =" { name: 'about' }" class =" link-subtle font-mono text-xs flex items-center" >
1919 {{ $t('footer.about') }}
2020 </NuxtLink >
2121 <NuxtLink
2222 :to =" { name: 'privacy' }"
23- class =" link-subtle font-mono text-xs min-h-11 flex items-center gap-1 lowercase"
23+ class =" link-subtle font-mono text-xs flex items-center gap-1 lowercase"
2424 >
2525 {{ $t('privacy_policy.title') }}
2626 </NuxtLink >
You can’t perform that action at this time.
0 commit comments