Add join space CTA

This commit is contained in:
Jon Staab
2024-12-11 11:25:39 -08:00
parent 2ee370e78b
commit b6524f4a58
2 changed files with 14 additions and 2 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
Leave Space
</Button>
{:else}
<Button on:click={joinSpace}>
<Button on:click={joinSpace} class="bg-primary text-primary-content">
<Icon icon="login-2" />
Join Space
</Button>