<%= link_to nostr_pubkey_settings_path, class: 'btn-md btn-outline relative grow-0 shrink-0 text-red-700', data: { turbo_method: :delete, turbo_confirm: 'Are you sure?' } do %> Remove <% end %>
<% if current_user.nostr_pubkey.present? %> <% else %>Verify your Nostr public key with us in order to enable Nostr-specific features for your account.
<% end %>We recommend Alby, which you can also use a wallet for your Lightning account.
<% end %>