From 68bf137d11eed3ffbf8a752435b70588d6da4abc Mon Sep 17 00:00:00 2001 From: tanweer919 Date: Mon, 13 Jul 2026 14:59:59 +0530 Subject: [PATCH] fix(legal): explicit spacing after inline elements on SMS opt-in page --- src/app/(legal)/sms-opt-in/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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 ? (
- You're signed up. We'll text account and service - messages to {phone}. Reply STOP at any time to unsubscribe, or{" "} - HELP for help. + You're signed up.{" "}We'll text account and service + messages to {phone}. Reply STOP{" "}at any time to unsubscribe, + or HELP{" "}for help.
) : (
@@ -90,8 +90,8 @@ export default function SmsOptInPage() {

Message frequency varies. Message and data rates may apply. Reply{" "} - HELP for help or STOP to cancel at any time. - Carriers are not liable for delayed or undelivered messages. + HELP{" "}for help or STOP{" "}to cancel at any + time. Carriers are not liable for delayed or undelivered messages.

)} @@ -106,9 +106,9 @@ export default function SmsOptInPage() {

How to opt out or get help

- 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.

);