diff --git a/lib/zcash_explorer_web/live/price_live.ex b/lib/zcash_explorer_web/live/price_live.ex index 92195bc..860f706 100644 --- a/lib/zcash_explorer_web/live/price_live.ex +++ b/lib/zcash_explorer_web/live/price_live.ex @@ -38,7 +38,7 @@ defmodule ZcashExplorerWeb.PriceLive do
- View more View detailed price charts of Zcash. + View more View detailed price charts of Zcash.
diff --git a/lib/zcash_explorer_web/templates/block/index.html.eex b/lib/zcash_explorer_web/templates/block/index.html.eex index 147d631..2b8bc70 100644 --- a/lib/zcash_explorer_web/templates/block/index.html.eex +++ b/lib/zcash_explorer_web/templates/block/index.html.eex @@ -6,7 +6,7 @@

- Details for the Zcash block

+ Details for the Zcash block

#<%= @block_data.height %>

@@ -183,7 +183,7 @@ <%= for transaction <- @block_data.tx do %> - + <%= @block_data.height %> diff --git a/lib/zcash_explorer_web/templates/transaction/tx.html.eex b/lib/zcash_explorer_web/templates/transaction/tx.html.eex index 312944c..ffbf3f1 100644 --- a/lib/zcash_explorer_web/templates/transaction/tx.html.eex +++ b/lib/zcash_explorer_web/templates/transaction/tx.html.eex @@ -1,4 +1,4 @@ -
+
@@ -12,7 +12,6 @@
-
Confirmations @@ -195,7 +194,7 @@

- Public transfers + Transfers

- - -
-
+
+ + \ No newline at end of file