main ➔ zio/dev

This commit is contained in:
Ducky 2024-06-09 19:28:07 +01:00
commit a0c161fb92
32 changed files with 12354 additions and 8383 deletions

View file

@ -10,7 +10,7 @@ defineModel<boolean>()
<button
flex items-center place-content-center h-full flex-1 class="select-none"
:class="show ? '!text-primary' : ''"
aria-label="More menu"
:aria-label="$t('nav.more_menu')"
@click="toggleVisible"
>
<span :class="show ? 'i-ri:close-fill' : 'i-ri:more-fill'" />