aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app')
-rw-r--r--ui/app/conf-tx.js2
1 files changed, 1 insertions, 1 deletions
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', {