import React from 'react'; import Button from 'component/button'; import RewardSummary from 'component/rewardSummary'; // 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')}

{ 'LBRY credits can be purchased on exchanges, earned for contributions, for mining, and more.' }

); export default GetCreditsPage;