fix(website): logo is not a link in hamburger menu

This commit is contained in:
LukaDev 2024-10-14 12:46:08 +02:00
parent 60711482f8
commit 1d45466b19

View file

@ -26,7 +26,9 @@
<Dialog.Title class="sr-only">Menu</Dialog.Title>
<div transition:fade={{ duration: 200 }} class="bg-background">
<div class="relative z-50 flex h-14 flex-shrink-0 items-center justify-between px-4">
<Logo class="text-primary h-7" />
<a href="/">
<Logo class="text-primary h-7" />
</a>
<Dialog.Close>
<span class="sr-only">close menu</span>
<X aria-hidden="true" />