Zio Elk: change "alpha" indicator to "Zio"
parent
a231ebad41
commit
ed2655fffc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue