1
0
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:
Dan Finlay 2016-05-18 17:47:30 -07:00
parent 9d0cad0e16
commit e64e3bbea5

View File

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