Update everything to Coinbase Wallet instead of Toshi
This commit is contained in:
@@ -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">
|
||||
|
Reference in New Issue
Block a user