fix(legal): opt-in page spacing #21

Merged
tanweer919 merged 1 commits from tanweer919/lynkeduppro-crm:feat/login-methods into goutamnextflow 2026-07-13 09:30:18 +00:00
Showing only changes of commit 68bf137d11 - Show all commits
+9 -9
View File
@@ -45,9 +45,9 @@ export default function SmsOptInPage() {
{done ? ( {done ? (
<div className="optin-done" role="status"> <div className="optin-done" role="status">
<strong>You&apos;re signed up.</strong> We&apos;ll text account and service <strong>You&apos;re signed up.</strong>{" "}We&apos;ll text account and service
messages to {phone}. Reply <strong>STOP</strong> at any time to unsubscribe, or{" "} messages to {phone}. Reply <strong>STOP</strong>{" "}at any time to unsubscribe,
<strong>HELP</strong> for help. or <strong>HELP</strong>{" "}for help.
</div> </div>
) : ( ) : (
<form className="optin-card" onSubmit={onSubmit}> <form className="optin-card" onSubmit={onSubmit}>
@@ -90,8 +90,8 @@ export default function SmsOptInPage() {
<p className="optin-fine"> <p className="optin-fine">
Message frequency varies. Message and data rates may apply. Reply{" "} Message frequency varies. Message and data rates may apply. Reply{" "}
<strong>HELP</strong> for help or <strong>STOP</strong> to cancel at any time. <strong>HELP</strong>{" "}for help or <strong>STOP</strong>{" "}to cancel at any
Carriers are not liable for delayed or undelivered messages. time. Carriers are not liable for delayed or undelivered messages.
</p> </p>
</form> </form>
)} )}
@@ -106,9 +106,9 @@ export default function SmsOptInPage() {
<h2>How to opt out or get help</h2> <h2>How to opt out or get help</h2>
<p> <p>
Reply <strong>STOP</strong> to any message to unsubscribe you&apos;ll get one Reply <strong>STOP</strong>{" "}to any message to unsubscribe you&apos;ll get one
confirmation and no further texts. Reply <strong>HELP</strong> for help, or contact confirmation and no further texts. Reply <strong>HELP</strong>{" "}for help, or
us at <a href={`mailto:${SUPPORT_EMAIL}`}>{SUPPORT_EMAIL}</a> contact us at <a href={`mailto:${SUPPORT_EMAIL}`}>{SUPPORT_EMAIL}</a>
{SMS_SENDER ? <> or {SMS_SENDER}</> : null}. Messages are sent from {COMPANY}. {SMS_SENDER ? <> or {SMS_SENDER}</> : null}. Messages are sent from {COMPANY}.
</p> </p>
@@ -118,7 +118,7 @@ export default function SmsOptInPage() {
We do not sell, rent, or share your mobile phone number or your SMS opt-in We do not sell, rent, or share your mobile phone number or your SMS opt-in
consent with any third parties or affiliates for their marketing purposes. consent with any third parties or affiliates for their marketing purposes.
</strong>{" "} </strong>{" "}
See our <Link href="/privacy">Privacy Policy</Link> for full details. See our <Link href="/privacy">Privacy Policy</Link>{" "}for full details.
</p> </p>
</main> </main>
); );