mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Switch order of header and indicator.
This commit is contained in:
parent
b9a365a8f2
commit
af61bb9065
@ -56,11 +56,11 @@ ConfirmTxScreen.prototype.render = function () {
|
|||||||
!isNotification ? h('i.fa.fa-arrow-left.fa-lg.cursor-pointer', {
|
!isNotification ? h('i.fa.fa-arrow-left.fa-lg.cursor-pointer', {
|
||||||
onClick: this.goHome.bind(this),
|
onClick: this.goHome.bind(this),
|
||||||
}) : null,
|
}) : null,
|
||||||
|
h('h2.page-subtitle', 'Confirm Transaction'),
|
||||||
isNotification ? h(NetworkIndicator, {
|
isNotification ? h(NetworkIndicator, {
|
||||||
network: network,
|
network: network,
|
||||||
provider: provider,
|
provider: provider,
|
||||||
}) : null,
|
}) : null,
|
||||||
h('h2.page-subtitle', 'Confirm Transaction'),
|
|
||||||
]),
|
]),
|
||||||
|
|
||||||
h('h3', {
|
h('h3', {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user