mirror of
https://github.com/pesde-pkg/pesde.git
synced 2025-05-04 10:33:47 +01:00
fix(website): logo is not a link in hamburger menu
This commit is contained in:
parent
60711482f8
commit
1d45466b19
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@
|
||||||
<Dialog.Title class="sr-only">Menu</Dialog.Title>
|
<Dialog.Title class="sr-only">Menu</Dialog.Title>
|
||||||
<div transition:fade={{ duration: 200 }} class="bg-background">
|
<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">
|
<div class="relative z-50 flex h-14 flex-shrink-0 items-center justify-between px-4">
|
||||||
|
<a href="/">
|
||||||
<Logo class="text-primary h-7" />
|
<Logo class="text-primary h-7" />
|
||||||
|
</a>
|
||||||
<Dialog.Close>
|
<Dialog.Close>
|
||||||
<span class="sr-only">close menu</span>
|
<span class="sr-only">close menu</span>
|
||||||
<X aria-hidden="true" />
|
<X aria-hidden="true" />
|
||||||
|
|
Loading…
Add table
Reference in a new issue