From 858c2064e192742cd6d5ef6b596bc899810b55aa Mon Sep 17 00:00:00 2001 From: Mary <101870828+Chioma227@users.noreply.github.com> Date: Fri, 23 Aug 2024 19:14:02 +0100 Subject: [PATCH 01/29] fix: fix privacy policy and terms of use footer links --- src/components/layouts/footer/index.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/components/layouts/footer/index.tsx b/src/components/layouts/footer/index.tsx index 0e4eadca9..ac586c8ee 100644 --- a/src/components/layouts/footer/index.tsx +++ b/src/components/layouts/footer/index.tsx @@ -151,12 +151,10 @@ const Footer = () => { ]; const footerBottom = [ - { route: "privacyPolicy", link: "/" }, - { route: "termsOfUse", link: "/" }, + { route: "privacyPolicy", link: "/privacy-policy" }, + { route: "termsOfUse", link: "/terms-and-conditions" }, ]; - // - return (