1
0
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:
Anthony Fu 2023-01-19 19:32:25 +01:00
parent 691ef029a4
commit 33b5947170

View File

@ -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')"