Confirm when joining a public relay

This commit is contained in:
Jon Staab
2024-10-10 17:49:42 -07:00
parent 46965f5945
commit fa7852113b
6 changed files with 84 additions and 21 deletions
+7 -7
View File
@@ -19,13 +19,6 @@
Spaces are places where communities come together to work, play, and hang out.
</div>
</ModalHeader>
<Button on:click={startCreate}>
<CardButton>
<div slot="icon"><Icon icon="add-circle" size={7} /></div>
<div slot="title">Create a space</div>
<div slot="info">Just a few questions and you'll be on your way.</div>
</CardButton>
</Button>
<Button on:click={startJoin}>
<CardButton>
<div slot="icon"><Icon icon="login-2" size={7} /></div>
@@ -33,4 +26,11 @@
<div slot="info">Enter an invite code or url to join an existing space.</div>
</CardButton>
</Button>
<Button on:click={startCreate}>
<CardButton>
<div slot="icon"><Icon icon="add-circle" size={7} /></div>
<div slot="title">Create a space</div>
<div slot="info">Just a few questions and you'll be on your way.</div>
</CardButton>
</Button>
</div>