diff options
author | fragosti <francesco.agosti93@gmail.com> | 2018-06-28 06:14:21 +0800 |
---|---|---|
committer | fragosti <francesco.agosti93@gmail.com> | 2018-06-28 06:14:21 +0800 |
commit | 47a267c3fa3498793568da79ebfc9b40c3d7129d (patch) | |
tree | e9ffb007bcb7146050b561a35d556247300afd72 /packages/website/ts/components/onboarding/congrats_onboarding_step.tsx | |
parent | 36836eb942dbdcf64dd211b36523f3b98af2e6cb (diff) | |
download | dexon-0x-contracts-47a267c3fa3498793568da79ebfc9b40c3d7129d.tar.gz dexon-0x-contracts-47a267c3fa3498793568da79ebfc9b40c3d7129d.tar.zst dexon-0x-contracts-47a267c3fa3498793568da79ebfc9b40c3d7129d.zip |
Clicking overlay closes onboarding
Diffstat (limited to 'packages/website/ts/components/onboarding/congrats_onboarding_step.tsx')
-rw-r--r-- | packages/website/ts/components/onboarding/congrats_onboarding_step.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/website/ts/components/onboarding/congrats_onboarding_step.tsx b/packages/website/ts/components/onboarding/congrats_onboarding_step.tsx index 3a8db8c36..8100fd2c0 100644 --- a/packages/website/ts/components/onboarding/congrats_onboarding_step.tsx +++ b/packages/website/ts/components/onboarding/congrats_onboarding_step.tsx @@ -10,6 +10,6 @@ export const CongratsOnboardingStep: React.StatelessComponent<CongratsOnboarding <Container marginTop="25px" marginBottom="15px" className="flex justify-center"> <img src="/images/zrx_ecosystem.svg" height="150px" /> </Container> - <Text>No need to log in. Each relayer automatically detects and connects to your metamask wallet.</Text> + <Text>No need to log in. Each relayer automatically detects and connects to your wallet.</Text> </div> ); |