feat: add aria-label for back button (#819)
This commit is contained in:
parent
1aa118283e
commit
a311e0ec80
3 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@ const { env } = buildInfo
|
|||
</NuxtLink>
|
||||
<div hidden xl:flex items-center me-8 mt-2>
|
||||
<NuxtLink
|
||||
:aria-label="$t('nav.back')"
|
||||
@click="$router.go(-1)"
|
||||
>
|
||||
<div i-ri:arrow-left-line class="rtl-flip" btn-text />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue