From f96e37cd160c0f57303bb930f42ca19800131291 Mon Sep 17 00:00:00 2001 From: Uday Raj Sahai Date: Wed, 2 Sep 2026 15:20:34 +0530 Subject: [PATCH] Added Privacy in Footer --- app/[locale]/dashboard/components/main-footer.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/app/[locale]/dashboard/components/main-footer.tsx b/app/[locale]/dashboard/components/main-footer.tsx index 934261e2..28ca2482 100644 --- a/app/[locale]/dashboard/components/main-footer.tsx +++ b/app/[locale]/dashboard/components/main-footer.tsx @@ -48,6 +48,10 @@ const MainFooter = () => { ? getPlatformPageUrl('/about-us', currentLocale) : '/about-us'; + const privacyHref = isCollaborativeSubdomain + ? getPlatformPageUrl('/privacy', currentLocale) + : '/privacy'; + const socialMedia = [ { icon: Icons.github, @@ -76,6 +80,9 @@ const MainFooter = () => { Contact Us + + Privacy +
{socialMedia.map((item, index) => (