Adjust the font size to the transaction index page title

pull/744/head
Ryan Arthur 6 years ago committed by Stamates
parent a2ac0bdfd7
commit 7cbe5cd1f3
  1. 2
      apps/block_scout_web/lib/block_scout_web/templates/transaction/index.html.eex

@ -53,7 +53,7 @@
<a href="#" class="alert-link"><%= gettext "Connection Lost, click to load newer transactions" %></a>
</div>
</div>
<h2 class="card-title mb-0"><%= gettext "Transactions" %></h2>
<h1><%= gettext "Transactions" %></h1>
<p><%= gettext("Showing") %> <span data-selector="transaction-count"><%= Cldr.Number.to_string!(@transaction_estimated_count, format: "#,###") %></span> <%= gettext("Validated Transactions") %></p>
<span data-selector="transactions-list">
<%= for transaction <- @transactions do %>

Loading…
Cancel
Save