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

Removed MetaMask title. Fixed #1730.
feature/default_network_editable
Kevin Serrano 7 years ago committed by GitHub
commit 44949813de
  1. 8
      ui/app/app.js

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

Loading…
Cancel
Save