diff --git a/ROADMAP.md b/ROADMAP.md index 0153842c..8fd9bddb 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -1,7 +1,5 @@ # Current -- [ ] Combine search and scan -- [ ] Fix white screen on cold scan - [ ] Relay reviews - New kind, d as url? Combine with labeling? - Show reviews in relay detail rather than events. Warn about events tab diff --git a/src/app/views/PersonShare.svelte b/src/app/views/PersonShare.svelte index 3bd7b4cc..b13eed4c 100644 --- a/src/app/views/PersonShare.svelte +++ b/src/app/views/PersonShare.svelte @@ -13,6 +13,6 @@ - +
Copy or scan from a nostr app to share this profile.
diff --git a/src/partials/QRCode.svelte b/src/partials/QRCode.svelte index 66be760b..4b5fce96 100644 --- a/src/partials/QRCode.svelte +++ b/src/partials/QRCode.svelte @@ -2,6 +2,7 @@ import QRCode from "qrcode" import {onMount} from "svelte" import Input from "src/partials/Input.svelte" + import Anchor from "src/partials/Anchor.svelte" import {copyToClipboard} from "src/util/html" import {toast} from "src/partials/state" @@ -21,7 +22,9 @@
- + + +