From af61bb90653b873cba6678db43dc4997cb47b505 Mon Sep 17 00:00:00 2001 From: Kevin Serrano Date: Thu, 5 Jan 2017 08:31:54 -0800 Subject: [PATCH] Switch order of header and indicator. --- ui/app/conf-tx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/app/conf-tx.js b/ui/app/conf-tx.js index f3aad0fb8..52b7a7ae4 100644 --- a/ui/app/conf-tx.js +++ b/ui/app/conf-tx.js @@ -56,11 +56,11 @@ ConfirmTxScreen.prototype.render = function () { !isNotification ? h('i.fa.fa-arrow-left.fa-lg.cursor-pointer', { onClick: this.goHome.bind(this), }) : null, + h('h2.page-subtitle', 'Confirm Transaction'), isNotification ? h(NetworkIndicator, { network: network, provider: provider, }) : null, - h('h2.page-subtitle', 'Confirm Transaction'), ]), h('h3', {