mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-26 23:54:23 +01:00
Linted code
This commit is contained in:
@@ -36,7 +36,10 @@ const navs = [
|
||||
Logo
|
||||
</div>
|
||||
<div class="flex gap-2 items-center">
|
||||
<div v-for="nav in navs" :key="nav.label">
|
||||
<div
|
||||
v-for="nav in navs"
|
||||
:key="nav.label"
|
||||
>
|
||||
<UTooltip :text="nav.label">
|
||||
<UButton
|
||||
:icon="nav.icon"
|
||||
|
||||
Reference in New Issue
Block a user