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
@@ -14,8 +14,8 @@ export default function TermsPage() {
<p className="updated">Last updated: {LAST_UPDATED}</p>
<p>
These Terms of Service (&quot;Terms&quot;) govern your access to and use of the{" "}
{COMPANY} website, portal, and services (the &quot;Service&quot;). By using the
These Terms of Service (&quot;Terms&quot;) govern your access to and use of the {COMPANY}{" "}
website, portal, and services (the &quot;Service&quot;). By using the
Service you agree to these Terms.
</p>