mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
undo style
This commit is contained in:
parent
924a65c956
commit
f5d107cde1
@ -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) => {
|
||||
|
Loading…
Reference in New Issue
Block a user