<%= turbo_frame_tag "nostr_user_metadata" do %>

Profile

<%= render Settings::NostrProfileStatusComponent.new( profile_event: @profile, user_address: current_user.address ) %>

Relays

<%= render Settings::NostrRelayStatusComponent.new( relay_urls: @relay_urls ) %>
<% end %>