fix: Send button not sending messages

This commit is contained in:
April Hall 2025-02-06 17:42:18 -05:00
parent d06af2558c
commit f2b901fc17
Signed by: arithefirst
GPG Key ID: 4508A15C4DB91C5B

View File

@ -47,6 +47,6 @@
msg = '';
}}>
<Input type="text" placeholder="Type Here" bind:value={msg} />
<Button class="h-9 w-14"><Send class="size-full" /></Button>
<Button class="h-9 w-14" type="submit"><Send class="size-full" /></Button>
</form>
</div>