Fix more stuff, particularly event handlers

This commit is contained in:
Jon Staab
2025-02-03 17:21:46 -08:00
parent 8d3433b167
commit 24045a7e2a
150 changed files with 424 additions and 392 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
<h1 class="text-center text-5xl">Welcome to</h1>
<h1 class="mb-4 text-center text-5xl font-bold uppercase">{PLATFORM_NAME}</h1>
<div class="col-3">
<Button on:click={addSpace}>
<Button onclick={addSpace}>
<CardButton>
{#snippet icon()}
<div><Icon icon="add-circle" size={7} /></div>
@@ -55,7 +55,7 @@
{/snippet}
</CardButton>
</Link>
<Button on:click={startChat}>
<Button onclick={startChat}>
<CardButton>
{#snippet icon()}
<div><Icon icon="chat-round" size={7} /></div>