Skip to content

Commit

Permalink
fix join conversation icon
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Jun 13, 2024
1 parent e74e828 commit c54c028
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/routes/conversations/join/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
<input
class='mt-2 bg-surface-900 border-none outline-none focus:outline-none pl-0.5 focus:ring-0 w-full text-ellipsis overflow-hidden'
type='text'
placeholder='e.g. 4xx89huihify87y...'
placeholder='e.g. hLBjb252ZXJzYXRpb25OYW1lq0...'
name='inviteCode'
bind:value={inviteCode}
/>
</div>

<footer>
<Button>
<SvgIcon icon='speechBubble' size='20' /> <strong class='ml-2'>Join Conversation</strong>
<SvgIcon icon='newConversation' size='20' /> <strong class='ml-2'>Join Conversation</strong>
</Button>
</footer>
</form>

0 comments on commit c54c028

Please sign in to comment.