style: 🎨 Run Biome formatter

This commit is contained in:
Jesse Wierzbinski 2026-01-09 21:47:12 +01:00
parent 74c3b26f20
commit 68e23a818a
No known key found for this signature in database
244 changed files with 435 additions and 470 deletions

View file

@ -3,7 +3,7 @@
class="fixed md:hidden bottom-0 inset-x-0 border-t h-16 bg-background z-10 flex items-center justify-around *:h-full *:w-full gap-6 px-4 py-2 [&>a>svg]:size-5 [&>button>svg]:size-5"
>
<Button :as="NuxtLink" href="/" variant="ghost" size="icon">
<Home/>
<Home />
</Button>
<Button
:as="NuxtLink"
@ -11,10 +11,10 @@
variant="ghost"
size="icon"
>
<Bell/>
<Bell />
</Button>
<Button variant="ghost" size="icon">
<User/>
<User />
</Button>
<Button
variant="default"
@ -22,7 +22,7 @@
:title="m.salty_aloof_turkey_nudge()"
@click="useEvent('composer:open')"
>
<Pen/>
<Pen />
</Button>
</div>
</template>