fix: fix wrong label for "compose" nav button
This commit is contained in:
parent
58c8aff782
commit
7ab0c1e92c
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ const hideLabel = useHideBottomNavigationLabel()
|
|||
<template>
|
||||
<NuxtLink
|
||||
to="/compose"
|
||||
:aria-label="$t('nav.favourites')"
|
||||
:aria-label="$t('nav.compose')"
|
||||
:active-class="activeClass"
|
||||
flex flex-col items-center place-content-center h-full flex-1 min-w-0
|
||||
class="coarse-pointer:select-none"
|
||||
|
|
@ -17,6 +17,6 @@ const hideLabel = useHideBottomNavigationLabel()
|
|||
@click="$scrollToTop"
|
||||
>
|
||||
<div aria-hidden="true" i-ri:quill-pen-line />
|
||||
<span v-if="!hideLabel" text-xs overflow-hidden text-ellipsis whitespace-nowrap>{{ $t('nav.favourites') }}</span>
|
||||
<span v-if="!hideLabel" text-xs overflow-hidden text-ellipsis whitespace-nowrap>{{ $t('nav.compose') }}</span>
|
||||
</NuxtLink>
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue