diff --git a/apps/landing/src/pages/privacy.tsx b/apps/landing/src/pages/privacy.tsx index 97f1a92..b169fb5 100644 --- a/apps/landing/src/pages/privacy.tsx +++ b/apps/landing/src/pages/privacy.tsx @@ -1,4 +1,5 @@ import {NextSeo} from 'next-seo'; +import Link from 'next/link'; import React from 'react'; import {Navbar} from '../components'; @@ -1149,9 +1150,9 @@ export default function PrivacyPolicy() {
For service terms, please review our{' '} - + Terms of Service - + .
diff --git a/apps/landing/src/pages/terms.tsx b/apps/landing/src/pages/terms.tsx index 6c3579e..700d1e8 100644 --- a/apps/landing/src/pages/terms.tsx +++ b/apps/landing/src/pages/terms.tsx @@ -1,4 +1,5 @@ import {NextSeo} from 'next-seo'; +import Link from 'next/link'; import React from 'react'; import {Navbar} from '../components'; @@ -387,9 +388,9 @@ export default function TermsOfService() {Privacy Requests:
See our{' '} - + Privacy Policy - {' '} + {' '} or email legal@useplunk.com
@@ -698,9 +699,9 @@ export default function TermsOfService() {For privacy-related inquiries, please review our{' '} - + Privacy Policy - + .