From ea6528923051b3a59d68309cd1229f26f5507421 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:47:45 +0000 Subject: [PATCH 1/2] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index ea681e5..e540179 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -39,7 +39,7 @@ export default function PrivacyPage() { title="Privacy Policy" sections={[ { - heading: "Data", content: "We value your data." + heading: "Data", content: [{ type: "paragraph", text: "We value your data." }] } ]} /> -- 2.49.1 From ce9089b6e50945f2eb2ab4c41a364575b7c16551 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:47:46 +0000 Subject: [PATCH 2/2] Update src/app/terms/page.tsx --- src/app/terms/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/terms/page.tsx b/src/app/terms/page.tsx index 71a7949..acbd2ff 100644 --- a/src/app/terms/page.tsx +++ b/src/app/terms/page.tsx @@ -39,7 +39,7 @@ export default function TermsPage() { title="Terms of Service" sections={[ { - heading: "Agreement", content: "By using our site..." + heading: "Agreement", content: [{ type: "paragraph", text: "By using our site..." }] } ]} /> -- 2.49.1