From e2a9d4844ee4a4fd92a3a3243b88b4d2885d7bb4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:00:09 +0000 Subject: [PATCH] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index e540179..96fa7fe 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: [{ type: "paragraph", text: "We value your data." }] + heading: "Data", content: [{ type: "paragraph", text: "**We value your data.**" }] } ]} /> @@ -55,4 +55,4 @@ export default function PrivacyPage() { ); -} +} \ No newline at end of file -- 2.49.1