This commit is contained in:
2024-12-14 18:10:50 +01:00
parent d4ac123654
commit d7000c084b
16 changed files with 54 additions and 54 deletions

View File

@@ -36,7 +36,7 @@
Mod-Tool
</span>
</NavBrand>
<NavHamburger on:click={toggle}/>
<NavHamburger onclick={toggle}/>
<NavUl {hidden}>
<NavLi href="#/edit">Edit Pages</NavLi>
<NavLi href="#/perms">Permissions</NavLi>
@@ -51,7 +51,7 @@
<Spinner size={16}/>
</div>
{:then data}
<Button class="fixed bottom-6 right-6 !p-4 z-10 shadow-lg" on:click={() => showAdd = true}>
<Button class="fixed bottom-6 right-6 !p-4 z-10 shadow-lg" onclick={() => showAdd = true}>
<PlusOutline/>
</Button>