This commit is contained in:
2023-09-05 00:23:09 +02:00
parent 68f5c068fb
commit 6d54bb4768
2 changed files with 2 additions and 3 deletions

View File

@@ -10,7 +10,6 @@ defineProps({
<template>
<header class="z-30 sticky top-0 left-0 flex justify-center w-full">
<div class="w-full px-4 sm:px-6 lg:px-8 sm:mx-8 max-w-7xl py-4 flex justify-between bg-white dark:bg-zinc-900 border-b border-zinc-100 dark:border-zinc-300/10">
<ClientOnly>
<Logo />
<NavBar v-if="navigation" />
<div class="flex gap-2">
@@ -20,7 +19,6 @@ defineProps({
</div>
<MobileNavBar v-if="navigation" />
</div>
</ClientOnly>
</div>
</header>
</template>