diff --git a/src/renderer/page/getCredits/view.jsx b/src/renderer/page/getCredits/view.jsx index e7fec2a4b..f22ea0fd1 100644 --- a/src/renderer/page/getCredits/view.jsx +++ b/src/renderer/page/getCredits/view.jsx @@ -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 = () => ( - + {/* + 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? + + */}
{__('More ways to get LBRY Credits')}