fix: 🐛 Fix logo being broken

This commit is contained in:
Jesse Wierzbinski 2024-05-12 18:43:05 -10:00
parent 9632aadbde
commit 9393b09b82
No known key found for this signature in database
3 changed files with 4 additions and 6 deletions

View file

@ -3,7 +3,7 @@
class="fixed h-dvh z-20 md:flex hidden flex-col p-4 bg-dark-800 gap-10 max-w-20 hover:max-w-72 duration-200 group">
<NuxtLink href="/">
<img crossorigin="anonymous" class="size-11 rounded ring-1 ring-white/10 hover:scale-105 duration-200"
src="https://cdn.lysand.org/logo.webp" alt="Lysand logo" />
src="/logo.webp" alt="Lysand logo" />
</NuxtLink>
<div class="flex flex-col gap-3">