diff options
author | Thomas Huang <tmashuang@users.noreply.github.com> | 2018-10-20 23:23:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-20 23:23:37 +0800 |
commit | ba3617b685b9dcd8a62e0009ee2015c5997fead3 (patch) | |
tree | fdefb89631244e0ed3b943be2a5b27a75c643439 | |
parent | 9f6c9119c074b07c07c5c2bb434aa6c43ad0467e (diff) | |
parent | 4d1d4a11595b7024a8233761bd034d6ff579eb71 (diff) | |
download | tangerine-wallet-browser-ba3617b685b9dcd8a62e0009ee2015c5997fead3.tar tangerine-wallet-browser-ba3617b685b9dcd8a62e0009ee2015c5997fead3.tar.gz tangerine-wallet-browser-ba3617b685b9dcd8a62e0009ee2015c5997fead3.tar.bz2 tangerine-wallet-browser-ba3617b685b9dcd8a62e0009ee2015c5997fead3.tar.lz tangerine-wallet-browser-ba3617b685b9dcd8a62e0009ee2015c5997fead3.tar.xz tangerine-wallet-browser-ba3617b685b9dcd8a62e0009ee2015c5997fead3.tar.zst tangerine-wallet-browser-ba3617b685b9dcd8a62e0009ee2015c5997fead3.zip |
Merge pull request #5543 from MetaMask/shapeshift-list-item
Update Shapeshift logo url and adjust list item contents
-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', }, }, [ |