Skip to content

Commit

Permalink
fix: #902 Issue with text on after registering as a Developer (#903)
Browse files Browse the repository at this point in the history
  • Loading branch information
NghiaPham authored Apr 14, 2020
1 parent 985ca60 commit f9c18b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,11 @@ exports[`Register should match a snapshot for SUCCESS state 1`] = `
onButtonClick={[Function]}
title="Success!"
>
Check you email to confirm your account
<div
className="mb-3"
>
Check your email to confirm your account
</div>
</CallToAction>
</div>
<div>
Expand Down
2 changes: 1 addition & 1 deletion packages/marketplace/src/components/pages/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export const Register: React.FunctionComponent<RegisterProps & FormikProps<Regis
}
isCenter
>
Check you email to confirm your account
<div className="mb-3">Check your email to confirm your account</div>
</CallToAction>
) : (
<>
Expand Down

0 comments on commit f9c18b6

Please sign in to comment.