diff --git a/lib/zcash_explorer_web/templates/layout/header.html.heex b/lib/zcash_explorer_web/templates/layout/header.html.heex index a242468..0d7b8b5 100644 --- a/lib/zcash_explorer_web/templates/layout/header.html.heex +++ b/lib/zcash_explorer_web/templates/layout/header.html.heex @@ -10,13 +10,16 @@ -
- <%= if @zcash_network == "testnet" do %> - Zcash Testnet Block Explorer - <% else %> - Zcash Block Explorer - <% end %> -
+ +<%= if @zcash_network == "testnet" do %> + +<% else %> + +<% end %>