1
0
Fork 1
mirror of https://github.com/elk-zone/elk.git synced 2024-10-04 18:00:00 +01: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>
<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')"