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

Merge pull request #2251 from BrandenSoropia/remove-metamask-title

Removed MetaMask title. Fixed #1730.
This commit is contained in:
Kevin Serrano 2017-10-03 10:15:33 -07:00 committed by GitHub
commit 44949813de

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', { props.isUnlocked && h('div', {
style: { style: {
display: 'flex', display: 'flex',