"Testnet" -> "Testnets"

pull/1849/head
Victor Baranov 6 years ago
parent 86119da883
commit c2a6c5936e
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/layout/_topnav.html.eex

@ -123,7 +123,7 @@
<%= for %{url: url, title: title} <- head_main_nets() do %>
<a class="dropdown-item" href="<%= url%>"><%= title %></a>
<% end %>
<a class="dropdown-item header division">Testnet</a>
<a class="dropdown-item header division">Testnets</a>
<%= for %{url: url, title: title} <- test_nets() do %>
<a class="dropdown-item" href="<%= url%>"><%= title %></a>
<% end %>

Loading…
Cancel
Save