mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
style: use same color for logo and app name
This commit is contained in:
parent
8f4ce68b97
commit
329c0fca8d
1 changed files with 2 additions and 2 deletions
|
@ -23,8 +23,8 @@ router.afterEach(() => {
|
|||
external
|
||||
>
|
||||
<NavLogo shrink-0 aspect="1/1" sm:h-8 xl:h-10 class="rtl-flip" />
|
||||
<div hidden xl:block>
|
||||
{{ $t('app_name') }} <sup text-sm italic text-secondary mt-1>{{ env === 'release' ? 'alpha' : env }}</sup>
|
||||
<div hidden xl:block text-secondary>
|
||||
{{ $t('app_name') }} <sup text-sm italic mt-1>{{ env === 'release' ? 'alpha' : env }}</sup>
|
||||
</div>
|
||||
</NuxtLink>
|
||||
<div
|
||||
|
|
Loading…
Reference in a new issue