Skip to content

Commit

Permalink
fix: fix privacy policy and terms of use footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
Chioma227 committed Aug 23, 2024
1 parent 91bfb32 commit 858c206
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/layouts/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
<footer className="bg-background dark:bg-default">
<div className="px-4">
Expand Down

0 comments on commit 858c206

Please sign in to comment.