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:
commit
44949813de
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user