This commit is contained in:
Jon Staab
2024-10-24 17:25:52 -07:00
parent 447e2e4d93
commit f92af32a0b
4 changed files with 8 additions and 7 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
<script lang="ts">
import {pubkey} from "@welshman/app"
import Page from '@lib/components/Page.svelte'
import Page from "@lib/components/Page.svelte"
import Chat from "@app/components/Chat.svelte"
$: id = $pubkey!
@@ -9,8 +9,8 @@
<Page>
<Chat {id}>
<p slot="info">
This is a place for your notes. Everything you write here is encrypted
and stored on the nostr network.
This is a place for your notes. Everything you write here is encrypted and stored on the nostr
network.
</p>
</Chat>
</Page>