Merge pull request #89 from deerwhisper2310/master

added missing periods
This commit is contained in:
hodlbod
2024-12-17 08:30:02 -08:00
committed by GitHub

View File

@@ -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>