mirror of
https://github.com/ArthurDanjou/artsite.git
synced 2026-01-14 18:59:59 +01:00
Add nav
This commit is contained in:
@@ -35,7 +35,7 @@ const navs = [
|
|||||||
<div>
|
<div>
|
||||||
Logo
|
Logo
|
||||||
</div>
|
</div>
|
||||||
<div class="flex gap-2 items-center">
|
<nav class="flex gap-2 items-center">
|
||||||
<div
|
<div
|
||||||
v-for="nav in navs"
|
v-for="nav in navs"
|
||||||
:key="nav.label"
|
:key="nav.label"
|
||||||
@@ -63,6 +63,6 @@ const navs = [
|
|||||||
/>
|
/>
|
||||||
</UTooltip>
|
</UTooltip>
|
||||||
</ClientOnly>
|
</ClientOnly>
|
||||||
</div>
|
</nav>
|
||||||
</header>
|
</header>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user