fix: missing components errors

This commit is contained in:
Huskydog9988
2025-04-16 12:03:42 -04:00
parent 456902c784
commit 582acfb385
8 changed files with 14 additions and 14 deletions
+4 -4
View File
@@ -2,7 +2,7 @@
<div class="hidden lg:flex bg-zinc-950 flex-row px-12 xl:px-48 py-5">
<div class="grow inline-flex items-center gap-x-20">
<NuxtLink to="/store">
<Wordmark class="h-8" />
<DropWordmark class="h-8" />
</NuxtLink>
<nav class="inline-flex items-center">
<ol class="inline-flex items-center gap-x-12">
@@ -62,7 +62,7 @@
<div
class="sticky lg:hidden top-0 z-40 flex h-16 justify-between items-center gap-x-4 border-b border-zinc-700 bg-zinc-950 px-4 shadow-sm sm:gap-x-6 sm:px-6 lg:px-8"
>
<Wordmark class="mb-0.5" />
<DropWordmark class="mb-0.5" />
<div class="flex gap-x-4 lg:gap-x-6">
<div class="flex items-center gap-x-3">
<!-- Profile dropdown -->
@@ -132,8 +132,8 @@
class="flex grow flex-col gap-y-5 overflow-y-auto bg-zinc-950 px-6 pb-4"
>
<div class="flex shrink-0 h-16 items-center justify-between">
<NuxtLink to="/">
<Logo class="h-8 w-auto" />
<NuxtLink to="/store">
<DropLogo class="h-8 w-auto" />
</NuxtLink>
<UserHeaderUserWidget />