Reorder things in UI

This commit is contained in:
2024-10-30 13:46:28 +01:00
parent 6f8f60a9e2
commit 10d29b6fab
2 changed files with 12 additions and 12 deletions

View File

@@ -1,4 +1,10 @@
<%= turbo_frame_tag "nostr_user_metadata" do %>
<section>
<h3>Relays</h3>
<%= render Settings::NostrRelayStatusComponent.new(
nip65_event: @nip65_event
) %>
</section>
<section>
<h3>Profile</h3>
<%= render Settings::NostrProfileStatusComponent.new(
@@ -6,10 +12,4 @@
user_address: current_user.address
) %>
</section>
<section>
<h3>Relays</h3>
<%= render Settings::NostrRelayStatusComponent.new(
nip65_event: @nip65_event
) %>
</section>
<% end %>