forked from Goutam/lynkeduppro-crm
fix(legal): correct spacing around company name on opt-in and terms pages
This commit is contained in:
@@ -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'll receive <strong>account and service messages</strong>,
|
opting in below you'll receive <strong>account and service messages</strong>,
|
||||||
including:
|
including:
|
||||||
</p>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
@@ -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 ("Terms") govern your access to and use of the{" "}
|
These Terms of Service ("Terms") govern your access to and use of the {COMPANY}{" "}
|
||||||
{COMPANY} website, portal, and services (the "Service"). By using the
|
website, portal, and services (the "Service"). By using the
|
||||||
Service you agree to these Terms.
|
Service you agree to these Terms.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user