mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix typos
This commit is contained in:
parent
9d0cad0e16
commit
e64e3bbea5
@ -137,7 +137,7 @@ App.prototype.renderAppBar = function(){
|
||||
h('.app-header.flex-row.flex-space-between', {
|
||||
style: {
|
||||
alignItems: 'center',
|
||||
visibility: state.isUnlocked ? 'visibile' : 'none',
|
||||
visibility: state.isUnlocked ? 'visible' : 'none',
|
||||
background: state.isUnlocked ? 'white' : 'none',
|
||||
height: '36px',
|
||||
position: 'relative',
|
||||
@ -152,7 +152,7 @@ App.prototype.renderAppBar = function(){
|
||||
src: '/images/icon-128.png',
|
||||
}),
|
||||
|
||||
// metamask namlterChangese
|
||||
// metamask name
|
||||
h('h1', 'MetaMask'),
|
||||
|
||||
// hamburger
|
||||
|
Loading…
Reference in New Issue
Block a user