From 03c4d23edea72b994518e05b9cadaedb112e6247 Mon Sep 17 00:00:00 2001 From: joeuhren <46763106+joeuhren@users.noreply.github.com> Date: Fri, 20 Nov 2020 17:47:45 -0700 Subject: [PATCH] Address page: small currency symbol --- views/includes/address_history.pug | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/views/includes/address_history.pug b/views/includes/address_history.pug index 728ca37..0707b26 100644 --- a/views/includes/address_history.pug +++ b/views/includes/address_history.pug @@ -84,6 +84,8 @@ table#address-txs.table.table-bordered.table-striped tr th.hidden-xs #{settings.locale.timestamp} th.hidden-xs #{settings.locale.tx_hash} - th #{settings.locale.mkt_amount} (#{settings.symbol}) - th #{settings.locale.rl_balance} (#{settings.symbol}) + th #{settings.locale.mkt_amount} + span.small (#{settings.symbol}) + th #{settings.locale.rl_balance} + span.small (#{settings.symbol}) tbody \ No newline at end of file