Add hint for updating nostr profiles when pubkey is added

This commit is contained in:
Râu Cao 2023-04-13 14:43:26 +02:00
parent 589e46bc63
commit a1be338ba1
Signed by: raucao
GPG Key ID: 15E65F399D084BA9

View File

@ -28,10 +28,10 @@
<div class="ml-3 flex-1"> <div class="ml-3 flex-1">
<p class="text-sm text-blue-800"> <p class="text-sm text-blue-800">
Your user address <strong><%= current_user.address %></strong> is Your user address <strong><%= current_user.address %></strong> is
also a Nostr address now. Use your favorite Nostr app, or for now also a Nostr address. Use your favorite Nostr app, or for
example <a href="http://metadata.nostr.com" target="_blank" example <a href="http://metadata.nostr.com" target="_blank"
class="underline">metadata.nostr.com</a>, to add this class="underline">metadata.nostr.com</a> to add or update the
<strong>NIP-05</strong> address to your public profile. <strong>NIP-05</strong> address in your public profile.
</p> </p>
</div> </div>
</div> </div>