mirror of
https://github.com/coracle-social/flotilla.git
synced 2025-12-10 10:57:04 +00:00
Merge pull request #89 from deerwhisper2310/master
added missing periods
This commit is contained in:
@@ -40,14 +40,14 @@
|
||||
<CardButton>
|
||||
<div slot="icon"><Icon icon="compass" size={7} /></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>
|
||||
</Link>
|
||||
<Button on:click={startChat}>
|
||||
<CardButton>
|
||||
<div slot="icon"><Icon icon="chat-round" size={7} /></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>
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user