mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-11 11:27:03 +00:00
Merge pull request #89 from deerwhisper2310/master
added missing periods
This commit is contained in:
@@ -40,14 +40,14 @@
|
|||||||
<CardButton>
|
<CardButton>
|
||||||
<div slot="icon"><Icon icon="compass" size={7} /></div>
|
<div slot="icon"><Icon icon="compass" size={7} /></div>
|
||||||
<div slot="title">Browse the network</div>
|
<div slot="title">Browse the network</div>
|
||||||
<div slot="info">Find your people on the nostr network</div>
|
<div slot="info">Find your people on the nostr network.</div>
|
||||||
</CardButton>
|
</CardButton>
|
||||||
</Link>
|
</Link>
|
||||||
<Button on:click={startChat}>
|
<Button on:click={startChat}>
|
||||||
<CardButton>
|
<CardButton>
|
||||||
<div slot="icon"><Icon icon="chat-round" size={7} /></div>
|
<div slot="icon"><Icon icon="chat-round" size={7} /></div>
|
||||||
<div slot="title">Start a conversation</div>
|
<div slot="title">Start a conversation</div>
|
||||||
<div slot="info">Use nostr's encrypted group chats to stay in touch</div>
|
<div slot="info">Use nostr's encrypted group chats to stay in touch.</div>
|
||||||
</CardButton>
|
</CardButton>
|
||||||
</Button>
|
</Button>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user