Skip to content

Commit 641cba4

Browse files
committed
chore: revert layout changes at app footer and build environment components
1 parent b03fb34 commit 641cba4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/AppFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const isHome = computed(() => route.name === 'index')
1111
>
1212
<div>
1313
<p class="font-mono text-balance m-0 hidden sm:block">{{ $t('tagline') }}</p>
14+
<BuildEnvironment v-if="!isHome" footer />
1415
</div>
1516
<!-- Desktop: Show all links. Mobile: Links are in MobileMenu -->
1617
<div class="hidden sm:flex items-center gap-6">
@@ -61,7 +62,6 @@ const isHome = computed(() => route.name === 'index')
6162
</a>
6263
</div>
6364
</div>
64-
<BuildEnvironment v-if="!isHome" footer />
6565
<p class="text-xs text-fg-muted text-center sm:text-start m-0">
6666
<span class="sm:hidden">{{ $t('non_affiliation_disclaimer') }}</span>
6767
<span class="hidden sm:inline">{{ $t('trademark_disclaimer') }}</span>

app/components/BuildEnvironment.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const buildInfo = useAppConfig().buildInfo
1010
<template>
1111
<div
1212
class="font-mono text-xs text-fg-muted flex items-center gap-2 motion-safe:animate-fade-in motion-safe:animate-fill-both"
13-
:class="footer ? 'mt-0 mb-3 justify-center sm:justify-start' : 'mb-8 justify-center'"
13+
:class="footer ? 'mt-4 justify-start' : 'mb-8 justify-center'"
1414
style="animation-delay: 0.05s"
1515
>
1616
<i18n-t keypath="built_at" scope="global">

0 commit comments

Comments
 (0)