Skip to content

Commit

Permalink
Merge pull request #310 from DistributedCollective/feat/waitlist-mail
Browse files Browse the repository at this point in the history
Feat/waitlist mail
  • Loading branch information
pietro-maximoff authored Jan 28, 2021
2 parents 89ab30c + e5dfa80 commit d83f11b
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions src/app/containers/SalesPage/GetAccess/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ export default function GetAccess(props: Props) {
news about the SOV ecosystem
</p>
{response === 'error' && (
<div className="text-danger text-center">
<div className="text-danger text-center mb-2">
An error has occurred
</div>
)}
Expand All @@ -370,15 +370,12 @@ export default function GetAccess(props: Props) {
{response === 'success' && (
<div>
<p className="content-header">
Congratulations you are on the waitlist!
Please confirm the email we just sent
</p>
<p className="text-center mb-5">
We will email you with instructions of how to participate
prior to the launch
</p>
<p className="text-center mb-5">
In the meantime why not learn about all things SOVRYN by
reading our Blackpaper
To be registered you need to confirm the email we just sent
you If you do not see the email, please check your spam folder
and register us as not spam!
</p>

<div className="row mb-4 mt-5 justify-content-center">
Expand Down

0 comments on commit d83f11b

Please sign in to comment.