fix(style): keep sidebar monochrome
This commit is contained in:
parent
ce03a0ccee
commit
78c64a03a4
|
@ -93,9 +93,10 @@ const logoUrl = computed(() => store.state.auth.authenticated ? 'library.index'
|
|||
<div style="display:contents;" v-if="!store.state.auth.authenticated">
|
||||
<Layout flex grow no-gap>
|
||||
<Link :to="{ name: 'login' }"
|
||||
primary solid
|
||||
solid
|
||||
icon="bi-box-arrow-in-right"
|
||||
style="flex-grow:1"
|
||||
class="active"
|
||||
>
|
||||
{{ t('components.common.UserMenu.link.login') }}
|
||||
</Link>
|
||||
|
|
Loading…
Reference in New Issue