mirror of
https://github.com/elk-zone/elk
synced 2024-11-30 15:58:06 +09:00
fix: completely hide back button
This commit is contained in:
parent
691ef029a4
commit
33b5947170
@ -29,7 +29,7 @@ router.afterEach(() => {
|
|||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<div
|
<div
|
||||||
hidden xl:flex items-center me-8 mt-2
|
hidden xl:flex items-center me-8 mt-2
|
||||||
:class="{ 'pointer-events-none op40': !back || back === '/', 'xl:flex': $route.name !== 'tag' }"
|
:class="{ 'pointer-events-none op0': !back || back === '/', 'xl:flex': $route.name !== 'tag' }"
|
||||||
>
|
>
|
||||||
<NuxtLink
|
<NuxtLink
|
||||||
:aria-label="$t('nav.back')"
|
:aria-label="$t('nav.back')"
|
||||||
|
Loading…
Reference in New Issue
Block a user