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

View File

@ -52,7 +52,7 @@
class="flex grow flex-col gap-y-5 overflow-y-auto bg-zinc-950 px-4 pb-4"
>
<div class="inline-flex items-center py-4 px-4">
<Wordmark class="h-full w-auto" alt="Drop`" />
<DropWordmark class="h-full w-auto" alt="Drop`" />
</div>
<nav>
<ul
@ -93,7 +93,7 @@
class="hidden lg:fixed lg:inset-y-0 lg:left-0 lg:z-50 lg:block lg:w-20 lg:overflow-y-auto lg:bg-zinc-950 lg:pb-4"
>
<div class="flex flex-col h-24 shrink-0 items-center justify-center">
<Logo class="h-8 w-auto" />
<DropLogo class="h-8 w-auto" />
<span
class="mt-1 bg-blue-400 px-1 py-0.5 rounded-md text-xs font-bold font-display"
>Admin</span