aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/app/app.js11
1 files 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) => {