diff options
author | Dan <danjm.com@gmail.com> | 2017-08-31 09:03:32 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-05 09:46:14 +0800 |
commit | 3cb51e32c9706aebd47859018aff4e1917065b16 (patch) | |
tree | 432d8478bc0d8f52ef8d556b98f1007213b726eb /ui/app/components | |
parent | 5d8bf6c86ad9cee9aec5e14ca9d57719e6e8e254 (diff) | |
download | dexon-wallet-3cb51e32c9706aebd47859018aff4e1917065b16.tar.gz dexon-wallet-3cb51e32c9706aebd47859018aff4e1917065b16.tar.zst dexon-wallet-3cb51e32c9706aebd47859018aff4e1917065b16.zip |
Capitalizations via text-transform for main screen transactions.
Diffstat (limited to 'ui/app/components')
-rw-r--r-- | ui/app/components/tx-list.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/components/tx-list.js b/ui/app/components/tx-list.js index 92a9b6f4..c63284b7 100644 --- a/ui/app/components/tx-list.js +++ b/ui/app/components/tx-list.js @@ -40,8 +40,8 @@ TxList.prototype.render = function () { }, [ h('div', { - style: {}, - }, 'TRANSACTIONS'), + style: {} + }, 'transactions'), ]), |