fix: update success messages for double opt-in flow
All checks were successful
Deploy Website / deploy (push) Successful in 2s
All checks were successful
Deploy Website / deploy (push) Successful in 2s
This commit is contained in:
12
index.html
12
index.html
@@ -992,9 +992,9 @@
|
|||||||
<p class="form-note hero-el">Free to start · No credit card · Early adopters get priority</p>
|
<p class="form-note hero-el">Free to start · No credit card · Early adopters get priority</p>
|
||||||
|
|
||||||
<div class="form-success" id="success-hero" role="status">
|
<div class="form-success" id="success-hero" role="status">
|
||||||
<div class="check-icon"><i data-lucide="check" style="color: var(--primary-deep); width:24px; height:24px;"></i></div>
|
<div class="check-icon"><i data-lucide="mail" style="color: var(--primary-deep); width:24px; height:24px;"></i></div>
|
||||||
<p>You're on the list!</p>
|
<p>Check your inbox!</p>
|
||||||
<p class="sub">We'll reach out when the beta launches.</p>
|
<p class="sub">We sent you a confirmation link. Click it to secure your spot.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="scroll-hint" aria-hidden="true">
|
<div class="scroll-hint" aria-hidden="true">
|
||||||
@@ -1227,9 +1227,9 @@
|
|||||||
<p class="form-note gs-reveal">No spam, ever. Unsubscribe anytime.</p>
|
<p class="form-note gs-reveal">No spam, ever. Unsubscribe anytime.</p>
|
||||||
|
|
||||||
<div class="form-success" id="success-footer" role="status">
|
<div class="form-success" id="success-footer" role="status">
|
||||||
<div class="check-icon"><i data-lucide="check" style="color: var(--primary-deep); width:24px; height:24px;"></i></div>
|
<div class="check-icon"><i data-lucide="mail" style="color: var(--primary-deep); width:24px; height:24px;"></i></div>
|
||||||
<p>You're on the list!</p>
|
<p>Check your inbox!</p>
|
||||||
<p class="sub">We'll reach out when the beta launches.</p>
|
<p class="sub">We sent you a confirmation link. Click it to secure your spot.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|||||||
Reference in New Issue
Block a user