Lint code

This commit is contained in:
2023-09-06 16:31:04 +02:00
parent a252df9f12
commit 2eff246f82
2 changed files with 8 additions and 8 deletions

View File

@@ -12,14 +12,14 @@ defineProps({
<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">
<div class="flex items-center rounded-md p-1 gap-1 relative bg-black/5 text-sm font-medium text-zinc-700 dark:bg-zinc-800/90 dark:text-zinc-300">
<ColorPicker />
<ColorModeButton />
<NavBar v-if="navigation" />
<div class="flex gap-2">
<div class="flex items-center rounded-md p-1 gap-1 relative bg-black/5 text-sm font-medium text-zinc-700 dark:bg-zinc-800/90 dark:text-zinc-300">
<ColorPicker />
<ColorModeButton />
</div>
<MobileNavBar v-if="navigation" />
</div>
<MobileNavBar v-if="navigation" />
</div>
</ClientOnly>
</div>
</header>