diff options
author | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-29 07:34:42 +0800 |
---|---|---|
committer | Chi Kei Chan <chikeichan@gmail.com> | 2017-09-29 07:34:42 +0800 |
commit | 4f106854ba6bbfd22b49598f9ef019aa620f5b4f (patch) | |
tree | 30c2a946e56fa8a91766dc4a2741631eb5c8e18e /ui/app/components/modals/buy-options-modal.js | |
parent | 06292107d756f0b25805f819cd276e4b6303ccb0 (diff) | |
download | tangerine-wallet-browser-4f106854ba6bbfd22b49598f9ef019aa620f5b4f.tar tangerine-wallet-browser-4f106854ba6bbfd22b49598f9ef019aa620f5b4f.tar.gz tangerine-wallet-browser-4f106854ba6bbfd22b49598f9ef019aa620f5b4f.tar.bz2 tangerine-wallet-browser-4f106854ba6bbfd22b49598f9ef019aa620f5b4f.tar.lz tangerine-wallet-browser-4f106854ba6bbfd22b49598f9ef019aa620f5b4f.tar.xz tangerine-wallet-browser-4f106854ba6bbfd22b49598f9ef019aa620f5b4f.tar.zst tangerine-wallet-browser-4f106854ba6bbfd22b49598f9ef019aa620f5b4f.zip |
Hide ShapeShift and Fix Modal Stylings
Diffstat (limited to 'ui/app/components/modals/buy-options-modal.js')
-rw-r--r-- | ui/app/components/modals/buy-options-modal.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/ui/app/components/modals/buy-options-modal.js b/ui/app/components/modals/buy-options-modal.js index a8033d288..f1a5aa9fd 100644 --- a/ui/app/components/modals/buy-options-modal.js +++ b/ui/app/components/modals/buy-options-modal.js @@ -57,13 +57,13 @@ BuyOptions.prototype.render = function () { h('div.buy-modal-content-option-subtitle', {}, 'Buy with Fiat'), ]), - h('div.buy-modal-content-option', {}, [ - h('div.buy-modal-content-option-title', {}, 'Shapeshift'), - h('div.buy-modal-content-option-subtitle', {}, 'Trade any digital asset for any other'), - ]), + // h('div.buy-modal-content-option', {}, [ + // h('div.buy-modal-content-option-title', {}, 'Shapeshift'), + // h('div.buy-modal-content-option-subtitle', {}, 'Trade any digital asset for any other'), + // ]), h('div.buy-modal-content-option', { - onClick: () => this.goToAccountDetailsModal() + onClick: () => this.goToAccountDetailsModal(), }, [ h('div.buy-modal-content-option-title', {}, 'Direct Deposit'), h('div.buy-modal-content-option-subtitle', {}, 'Deposit from another account'), |