aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/buy-options-modal.js
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2017-09-29 07:34:42 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-29 07:34:42 +0800
commit4f106854ba6bbfd22b49598f9ef019aa620f5b4f (patch)
tree30c2a946e56fa8a91766dc4a2741631eb5c8e18e /ui/app/components/modals/buy-options-modal.js
parent06292107d756f0b25805f819cd276e4b6303ccb0 (diff)
downloadtangerine-wallet-browser-4f106854ba6bbfd22b49598f9ef019aa620f5b4f.tar.gz
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.js10
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'),