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 4901f01 commit 702bbe9Copy full SHA for 702bbe9
app/components/AppFooter.vue
@@ -14,7 +14,7 @@ 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 min-h-11">
+ <div class="hidden sm:flex items-center gap-6 min-h-11 text-xs">
18
<LinkBase :to="{ name: 'about' }">
19
{{ $t('footer.about') }}
20
</LinkBase>
0 commit comments