fix(legal): correct spacing around company name on opt-in and terms pages

This commit is contained in:
tanweer919
2026-07-13 14:55:33 +05:30
parent 5511ef4110
commit 5f67c8fa85
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -32,8 +32,8 @@ export default function SmsOptInPage() {
<p className="updated">Sign up to receive text messages from {COMPANY}.</p> <p className="updated">Sign up to receive text messages from {COMPANY}.</p>
<p> <p>
{COMPANY} sends text messages to help you use and secure your account. By opting At {COMPANY}, we send text messages to help you use and secure your account. By
in below you&apos;ll receive <strong>account and service messages</strong>, opting in below you&apos;ll receive <strong>account and service messages</strong>,
including: including:
</p> </p>
<ul> <ul>
+2 -2
View File
@@ -14,8 +14,8 @@ export default function TermsPage() {
<p className="updated">Last updated: {LAST_UPDATED}</p> <p className="updated">Last updated: {LAST_UPDATED}</p>
<p> <p>
These Terms of Service (&quot;Terms&quot;) govern your access to and use of the{" "} These Terms of Service (&quot;Terms&quot;) govern your access to and use of the {COMPANY}{" "}
{COMPANY} website, portal, and services (the &quot;Service&quot;). By using the website, portal, and services (the &quot;Service&quot;). By using the
Service you agree to these Terms. Service you agree to these Terms.
</p> </p>