Clicking overlay closes onboarding

This commit is contained in:
fragosti
2018-06-27 15:14:21 -07:00
parent 36836eb942
commit 47a267c3fa
4 changed files with 12 additions and 6 deletions

View File

@@ -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>
);