File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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" >
You can’t perform that action at this time.
0 commit comments