Zio Elk: change "alpha" indicator to "Zio"

zio/stable
Ducky 2024-06-08 20:00:27 +01:00
parent a231ebad41
commit ed2655fffc
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ router.afterEach(() => {
>
<NavLogo shrink-0 aspect="1/1" sm:h-8 xl:h-10 class="rtl-flip" />
<div v-show="isHydrated" hidden xl:block text-secondary>
{{ $t('app_name') }} <sup text-sm italic mt-1>{{ env === 'release' ? 'alpha' : env }}</sup>
{{ $t('app_name') }} <sup text-sm italic mt-1>Zio</sup>
</div>
</NuxtLink>
<div