Update everything to Coinbase Wallet instead of Toshi

This commit is contained in:
fragosti
2018-09-26 17:55:40 +02:00
parent 78a693e092
commit d6090921a8
8 changed files with 69 additions and 16 deletions

View File

@@ -12,7 +12,7 @@ export const InstallWalletOnboardingStep: React.StatelessComponent<InstallWallet
const followupText = isOnMobile
? `Please revisit this site in your mobile dApp browser to continue!`
: `Please refresh the page once you've done this to continue!`;
const downloadText = isOnMobile ? 'Get the Toshi Wallet' : 'Get the MetaMask extension';
const downloadText = isOnMobile ? 'Get Coinbase Wallet' : 'Get the MetaMask extension';
return (
<div className="flex items-center flex-column">
<Text>First, you need to connect to a wallet. This will be used across all 0x relayers and dApps.</Text>
@@ -21,7 +21,7 @@ export const InstallWalletOnboardingStep: React.StatelessComponent<InstallWallet
height="50px"
width="50px"
borderRadius="22%"
src={isOnMobile ? '/images/toshi_logo.jpg' : '/images/metamask_icon.png'}
src={isOnMobile ? '/images/coinbase_wallet_logo.png' : '/images/metamask_icon.png'}
/>
<Container marginLeft="10px">
<a href={downloadLink} target="_blank">