From e64e3bbea54eeb946eeae70ced1c381ed52fa4e3 Mon Sep 17 00:00:00 2001 From: Dan Finlay Date: Wed, 18 May 2016 17:47:30 -0700 Subject: Fix typos --- ui/app/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/app') diff --git a/ui/app/app.js b/ui/app/app.js index 66f42c5cc..511012fab 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -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 -- cgit