diff options
author | kumavis <aaron@kumavis.me> | 2016-05-14 09:07:47 +0800 |
---|---|---|
committer | kumavis <aaron@kumavis.me> | 2016-05-14 09:07:47 +0800 |
commit | 49e08f9013572e7168f258000ae20b35f337f969 (patch) | |
tree | 17f79ff844abe1f2666b59281fc301c2b91bc44a /ui/app/first-time | |
parent | d6a8b0b90a465231c694d6d9e33aa10ba003d80f (diff) | |
download | tangerine-wallet-browser-49e08f9013572e7168f258000ae20b35f337f969.tar.gz tangerine-wallet-browser-49e08f9013572e7168f258000ae20b35f337f969.tar.zst tangerine-wallet-browser-49e08f9013572e7168f258000ae20b35f337f969.zip |
ui - redesign - unlock menu
Diffstat (limited to 'ui/app/first-time')
-rw-r--r-- | ui/app/first-time/init-menu.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/app/first-time/init-menu.js b/ui/app/first-time/init-menu.js index 6ea2eec90..2d54e7e19 100644 --- a/ui/app/first-time/init-menu.js +++ b/ui/app/first-time/init-menu.js @@ -46,12 +46,12 @@ InitializeMenuScreen.prototype.renderMenu = function() { h('.initialize-screen.flex-column.flex-center.flex-grow', [ - h('h2.page-subtitle', 'Welcome!'), - h(Mascot, { animationEventEmitter: this.animationEventEmitter, }), + h('h2.page-subtitle', 'MetaMask'), + h('button.btn-thin', { onClick: this.showCreateVault.bind(this), }, 'Create New Vault'), |