diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2018-01-13 05:41:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-13 05:41:46 +0800 |
commit | 89a8267fe70b62739043c09e855d6aa97af8769e (patch) | |
tree | 5f360e4a65a0768817913e99840e3705439432e2 /ui/app/app.js | |
parent | bdcee058dc278c46c828f376476f121417481385 (diff) | |
parent | 613465fe965d41e0f0936aec499a4691c0191963 (diff) | |
download | tangerine-wallet-browser-89a8267fe70b62739043c09e855d6aa97af8769e.tar tangerine-wallet-browser-89a8267fe70b62739043c09e855d6aa97af8769e.tar.gz tangerine-wallet-browser-89a8267fe70b62739043c09e855d6aa97af8769e.tar.bz2 tangerine-wallet-browser-89a8267fe70b62739043c09e855d6aa97af8769e.tar.lz tangerine-wallet-browser-89a8267fe70b62739043c09e855d6aa97af8769e.tar.xz tangerine-wallet-browser-89a8267fe70b62739043c09e855d6aa97af8769e.tar.zst tangerine-wallet-browser-89a8267fe70b62739043c09e855d6aa97af8769e.zip |
Merge pull request #2928 from alextsg/cb-388
[NewUI] Update main view styling
Diffstat (limited to 'ui/app/app.js')
-rw-r--r-- | ui/app/app.js | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/ui/app/app.js b/ui/app/app.js index 3fca8ccc1..e24ab7109 100644 --- a/ui/app/app.js +++ b/ui/app/app.js @@ -257,19 +257,13 @@ App.prototype.renderAppBar = function () { }, [ // mini logo h('img.metafox-icon', { - height: 29, - width: 29, - src: '/images/icon-128.png', + height: 42, + width: 42, + src: '/images/metamask-fox.svg', }), // metamask name - h('h1', { - style: { - position: 'relative', - paddingLeft: '9px', - color: '#5B5D67', - }, - }, 'MetaMask'), + h('h1', 'MetaMask'), ]), |