User Settings: Rename Experiments to Nostr
All checks were successful
continuous-integration/drone/push Build is passing

And use a nostr icon
This commit is contained in:
2024-03-16 16:03:15 +01:00
parent 2c9ecc1fef
commit 3715cb518b
5 changed files with 11 additions and 11 deletions

View File

@@ -34,7 +34,7 @@
<% end %>
<% if Setting.nostr_enabled %>
<%= render SidenavLinkComponent.new(
name: "Experiments", path: setting_path(:experiments), icon: "science",
active: @settings_section.to_s == "experiments"
name: "Nostr", path: setting_path(:nostr), icon: "nostrich-head",
active: @settings_section.to_s == "nostr"
) %>
<% end %>