fix: completely hide back button

zio/stable
Anthony Fu 2023-01-19 19:32:25 +01:00
parent 691ef029a4
commit 33b5947170
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ router.afterEach(() => {
</NuxtLink>
<div
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
:aria-label="$t('nav.back')"