From f5d107cde10ff288bf93974c63d960c1ec845b57 Mon Sep 17 00:00:00 2001 From: Zac Mitton Date: Wed, 1 Jun 2016 16:37:36 -0700 Subject: undo style --- ui/app/app.js | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/ui/app/app.js b/ui/app/app.js index 34cfef7c0..7ddfed2e6 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -111,11 +111,11 @@ App.prototype.renderAppBar = function(){ }, state.isUnlocked && [ // mini logo - // h('img', { - // height: 24, - // width: 24, - // src: '/images/icon-128.png', - // }), + h('img', { + height: 24, + width: 24, + src: '/images/icon-128.png', + }), h(NetworkIndicator, {network: this.props.network}), // metamask name @@ -125,7 +125,6 @@ App.prototype.renderAppBar = function(){ width: 16, barHeight: 2, padding: 0, - paddingLeft: '200px', isOpen: state.menuOpen, color: 'rgb(247,146,30)', onClick: (event) => { -- cgit v1.2.3