diff options
author | Thomas <thomas.b.huang@gmail.com> | 2018-10-18 11:40:09 +0800 |
---|---|---|
committer | Thomas <thomas.b.huang@gmail.com> | 2018-10-18 11:40:09 +0800 |
commit | 4d1d4a11595b7024a8233761bd034d6ff579eb71 (patch) | |
tree | b223216f7d83e70364e85376859cb9f97d8ceb8a /ui/app | |
parent | 18c2d59d5795280093a30b82bc50957e8eccbcf2 (diff) | |
download | tangerine-wallet-browser-4d1d4a11595b7024a8233761bd034d6ff579eb71.tar tangerine-wallet-browser-4d1d4a11595b7024a8233761bd034d6ff579eb71.tar.gz tangerine-wallet-browser-4d1d4a11595b7024a8233761bd034d6ff579eb71.tar.bz2 tangerine-wallet-browser-4d1d4a11595b7024a8233761bd034d6ff579eb71.tar.lz tangerine-wallet-browser-4d1d4a11595b7024a8233761bd034d6ff579eb71.tar.xz tangerine-wallet-browser-4d1d4a11595b7024a8233761bd034d6ff579eb71.tar.zst tangerine-wallet-browser-4d1d4a11595b7024a8233761bd034d6ff579eb71.zip |
Update Shapeshift logo url and adjust list item contents
Diffstat (limited to 'ui/app')
-rw-r--r-- | ui/app/components/shift-list-item.js | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ui/app/components/shift-list-item.js b/ui/app/components/shift-list-item.js index b87bf959e..0461b615a 100644 --- a/ui/app/components/shift-list-item.js +++ b/ui/app/components/shift-list-item.js @@ -52,12 +52,12 @@ ShiftListItem.prototype.render = function () { }, }, [ h('img', { - src: 'https://info.shapeshift.io/sites/default/files/logo.png', + src: 'https://shapeshift.io/logo.png', style: { height: '35px', width: '132px', position: 'absolute', - clip: 'rect(0px,23px,34px,0px)', + clip: 'rect(0px,30px,34px,0px)', }, }), ]), @@ -132,7 +132,6 @@ ShiftListItem.prototype.renderInfo = function () { case 'no_deposits': return h('.flex-column', { style: { - width: '200px', overflow: 'hidden', }, }, [ |