From 3b6e59fd0a018f21e2ea1b5793c70a93f919d304 Mon Sep 17 00:00:00 2001 From: Hossein Mehrabi Date: Thu, 31 Aug 2023 16:49:38 +0330 Subject: [PATCH] fix: remove privacy policy from footer links fixes #161 --- src/configs/data.configs.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/configs/data.configs.ts b/src/configs/data.configs.ts index cae1af6..cb0cfb8 100644 --- a/src/configs/data.configs.ts +++ b/src/configs/data.configs.ts @@ -86,7 +86,6 @@ export const FooterLinksItems: { key: 'info', links: [ { label: 'Terms of Service', href: '/terms' }, - { label: 'Privacy Policy', href: '/privacy' }, { label: 'about', href: '/about' }, ], },