Point share link to same origin

This commit is contained in:
Jonathan Staab 2023-05-12 05:57:40 -07:00
parent 02bfdc517f
commit d5c77527c9

View File

@ -13,6 +13,6 @@
</script>
<Content size="lg">
<QRCode code={`https://coracle.social/${nprofile}`} />
<QRCode code={`${window.location.origin}/${nprofile}`} />
<div class="text-center text-gray-1">Copy or scan from a nostr app to share this profile.</div>
</Content>