fix(legal): opt-in page spacing #21
@@ -45,9 +45,9 @@ export default function SmsOptInPage() {
|
|||||||
|
|
||||||
{done ? (
|
{done ? (
|
||||||
<div className="optin-done" role="status">
|
<div className="optin-done" role="status">
|
||||||
<strong>You're signed up.</strong> We'll text account and service
|
<strong>You're signed up.</strong>{" "}We'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'll get one
|
Reply <strong>STOP</strong>{" "}to any message to unsubscribe — you'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>
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user