diff --git a/src/app/(legal)/sms-opt-in/page.tsx b/src/app/(legal)/sms-opt-in/page.tsx index 46f62d0..064eb82 100644 --- a/src/app/(legal)/sms-opt-in/page.tsx +++ b/src/app/(legal)/sms-opt-in/page.tsx @@ -45,9 +45,9 @@ export default function SmsOptInPage() { {done ? (
- Reply STOP to any message to unsubscribe — you'll get one - confirmation and no further texts. Reply HELP for help, or contact - us at {SUPPORT_EMAIL} + Reply STOP{" "}to any message to unsubscribe — you'll get one + confirmation and no further texts. Reply HELP{" "}for help, or + contact us at {SUPPORT_EMAIL} {SMS_SENDER ? <> or {SMS_SENDER}> : null}. Messages are sent from {COMPANY}.
@@ -118,7 +118,7 @@ export default function SmsOptInPage() { 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. {" "} - See our Privacy Policy for full details. + See our Privacy Policy{" "}for full details. );