diff --git a/app/(root)/privacy-policy/page.tsx b/app/(root)/privacy-policy/page.tsx index 09dc8c8..7620fd3 100644 --- a/app/(root)/privacy-policy/page.tsx +++ b/app/(root)/privacy-policy/page.tsx @@ -8,7 +8,7 @@ const PrivacyPolicy = () => { id="privacy-policy" className="wrapper container py-24 md:py-28 gap-4 flex flex-col" > -
+
{PRIVACY_POLICY}
diff --git a/app/(root)/tos/page.tsx b/app/(root)/tos/page.tsx index 6916fb5..6c00536 100644 --- a/app/(root)/tos/page.tsx +++ b/app/(root)/tos/page.tsx @@ -7,7 +7,7 @@ const TermsOfService = () => { id="tos" className="wrapper container py-24 md:py-28 gap-4 flex flex-col" > -
+
{TERMS_AND_CONDITIONS}