remove shapeshift
This commit is contained in:
parent
7785de2a66
commit
336f398ce1
1 changed files with 7 additions and 2 deletions
|
@ -1,13 +1,18 @@
|
|||
import React from 'react';
|
||||
import Button from 'component/button';
|
||||
import RewardSummary from 'component/rewardSummary';
|
||||
import ShapeShift from 'component/shapeShift';
|
||||
// import ShapeShift from 'component/shapeShift';
|
||||
import Page from 'component/page';
|
||||
|
||||
const GetCreditsPage = () => (
|
||||
<Page>
|
||||
<RewardSummary />
|
||||
<ShapeShift />
|
||||
{/*
|
||||
Removing Shapeshift after they switched to user accounts
|
||||
Ideally most of the redux logic should be able to be re-used if we switch to another company
|
||||
Or find a way to use ShapShift with an account?
|
||||
<ShapeShift />
|
||||
*/}
|
||||
<section className="card card--section">
|
||||
<div className="card__title">{__('More ways to get LBRY Credits')}</div>
|
||||
<div className="card__content">
|
||||
|
|
Loading…
Reference in a new issue