diff --git a/src/app/components/ProfileEdit.svelte b/src/app/components/ProfileEdit.svelte new file mode 100644 index 00000000..be210651 --- /dev/null +++ b/src/app/components/ProfileEdit.svelte @@ -0,0 +1,69 @@ + + +
diff --git a/src/lib/components/Dialog.svelte b/src/lib/components/Dialog.svelte index 79e0cd06..0ba9241d 100644 --- a/src/lib/components/Dialog.svelte +++ b/src/lib/components/Dialog.svelte @@ -6,7 +6,8 @@ export let fullscreen = false $: extraClass = - !fullscreen && "card2 bg-alt max-h-[90vh] w-[90vw] overflow-auto text-base-content sm:w-[520px]" + !fullscreen && + "card2 bg-alt max-h-[90vh] w-[90vw] overflow-auto text-base-content sm:w-[520px] shadow-xl"Public Key
- -- Your public key is your nostr user identifier. It also allows other people to authenticate - your messages. -
-Public Key
+ ++ Your public key is your nostr user identifier. It also allows other people to authenticate + your messages. +
+Private Key
Your private key is your nostr password. Keep this somewhere safe!
-