1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00

undo style

This commit is contained in:
Zac Mitton 2016-06-01 16:37:36 -07:00
parent 924a65c956
commit f5d107cde1

View File

@ -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) => {