fix typo's
This commit is contained in:
parent
0c0af42049
commit
5fb920a4a0
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@
|
|||
<div class="flex flex-col p-2 sm:p-3 low-interaction gap-y-2 sm:gap-y-3 h-screen overflow-y-auto">
|
||||
<div class="flex justify-between">
|
||||
<h2>Menu<h2>
|
||||
<button on:click={() => {}}>Close</button/>
|
||||
<button on:click={() => {}}>Close</button>
|
||||
</div>
|
||||
{#if $showHome}
|
||||
<a class="flex button primary" href={Utils.HomepageLink()}>
|
||||
|
|
Loading…
Reference in a new issue