Removed MetaMasktitle. Fixed #1730.

This commit is contained in:
Branden Soropia 2017-10-02 00:02:30 -04:00
parent 37979fca68
commit db1dd46f8d
1 changed files with 0 additions and 8 deletions

View File

@ -167,14 +167,6 @@ App.prototype.renderAppBar = function () {
}),
]),
// metamask name
props.isUnlocked && h('h1', {
style: {
position: 'relative',
left: '9px',
},
}, 'MetaMask'),
props.isUnlocked && h('div', {
style: {
display: 'flex',