A few ui tweaks

This commit is contained in:
Jon Staab
2024-10-24 17:25:28 -07:00
parent 1200f29422
commit 447e2e4d93
15 changed files with 64 additions and 49 deletions
+7 -7
View File
@@ -20,6 +20,13 @@
Spaces are places where communities come together to work, play, and hang out.
</div>
</ModalHeader>
<Link href="/discover">
<CardButton class="!btn-primary">
<div slot="icon"><Icon icon="compass" size={7} /></div>
<div slot="title">Discover spaces</div>
<div slot="info">Browse spaces on the discover page.</div>
</CardButton>
</Link>
<Button on:click={startJoin}>
<CardButton>
<div slot="icon"><Icon icon="login-2" size={7} /></div>
@@ -34,11 +41,4 @@
<div slot="info">Just a few questions and you'll be on your way.</div>
</CardButton>
</Button>
<Link href="/discover">
<CardButton>
<div slot="icon"><Icon icon="compass" size={7} /></div>
<div slot="title">Discover spaces</div>
<div slot="info">Browse spaces on the discover page.</div>
</CardButton>
</Link>
</div>