Merge pull request #5543 from MetaMask/shapeshift-list-item

Update Shapeshift logo url and adjust list item contents
feature/default_network_editable
Thomas Huang 6 years ago committed by GitHub
commit ba3617b685
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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',
},
}, [

Loading…
Cancel
Save