1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Removed MetaMasktitle. Fixed #1730.

This commit is contained in:
Branden Soropia 2017-10-02 00:02:30 -04:00
parent 37979fca68
commit db1dd46f8d

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',