From 498c939cf49e4efefabe10df2df3032be2f65c9f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 03:33:35 +0000 Subject: [PATCH] Update src/app/privacy-policy/page.tsx --- src/app/privacy-policy/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/privacy-policy/page.tsx b/src/app/privacy-policy/page.tsx index ab56d1b..486e2bc 100644 --- a/src/app/privacy-policy/page.tsx +++ b/src/app/privacy-policy/page.tsx @@ -43,7 +43,7 @@ export default function PrivacyPolicyPage() { heading: "How We Use Your Data", content: { type: "list", items: ["To process and deliver your orders", "To communicate about your order status", "To send you promotional offers and updates", "To improve our service and platform"] } }, { - heading: "Your Rights", content: { type: "numbered-list", items: ["The right to access your personal data", "The right to request correction of your data", "The right to request deletion of your data"] } + heading: "Your Rights", content: { type: "list", items: ["The right to access your personal data", "The right to request correction of your data", "The right to request deletion of your data"] } } ]} /> @@ -58,4 +58,4 @@ export default function PrivacyPolicyPage() { ); -} +} \ No newline at end of file