Copy change on auth success page

This commit is contained in:
tsmitty11 2023-06-08 15:17:54 +01:00
parent fe4620a4d5
commit c7adbdf6d4

View file

@ -6,7 +6,7 @@
<div class="col success-container">
<div class="success-content">
<h3 class="text-center display-1">Thanks for Authenticating!</h3>
<p class="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>
<p class="text-center mb-5">You&#39;ve just become an integral part in the future of the internet. Stay tuned, your authentication will be a fundamental building block for our upcoming protocol launch.</p>
<button onclick="window.location.href='/';" id="return-home" class="detail-btn-large"><i class="icon-enter-arrow"></i>RETURN HOME</button>
</div>
</div>