Merge pull request #113 from teaxyz/auth-success-page-fix

Spelling fix on authentication success page
This commit is contained in:
Thomas Smith 2022-10-11 09:02:45 -04:00 committed by GitHub
commit 3daf5a2a05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,9 +12,9 @@
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);">
<h1 class="display-4 text-center">Thanks for Authenticating!</h1>
<p class="lead text-center mb-5">You've just become an integral part in the future of the intenernet, AND you'll be entitled to a variety of exciting rewards such as minted NFT badges to honor your work thus far.</p>
<p class="lead text-center mb-5">You've just become an integral part in the future of the internet, AND you'll be entitled to a variety of exciting rewards such as minted NFT badges to honor your work thus far.</p>
<a class="btn btn-primary mb-3" href="https://tea.xyz"
role="button">Return to Main</a>
role="button">Return to Home</a>
</div>
</div>
</div>