Skip to content

Commit

Permalink
Merge pull request #312 from DistributedCollective/development
Browse files Browse the repository at this point in the history
Waitlist updates
  • Loading branch information
creed-victor authored Jan 28, 2021
2 parents 1c7cf02 + 992fe2d commit b2ccba3
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 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,14 @@ 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
<br />
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

1 comment on commit b2ccba3

@vercel
Copy link

@vercel vercel bot commented on b2ccba3 Jan 28, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.