From fe534e52930c235184ddffb69cdd4de460f2d26a Mon Sep 17 00:00:00 2001 From: Govard Barkhatov Date: Mon, 9 Sep 2024 19:43:52 +0300 Subject: [PATCH] rm privacy policy footer --- src/app/components/Footer/Footer.tsx | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/app/components/Footer/Footer.tsx b/src/app/components/Footer/Footer.tsx index 1dc9a076..121c0de5 100644 --- a/src/app/components/Footer/Footer.tsx +++ b/src/app/components/Footer/Footer.tsx @@ -65,7 +65,7 @@ const iconLinks = [ interface FooterProps {} -export const Footer: React.FC = () => { +export const Footer: React.FC = () => { return (
@@ -80,14 +80,6 @@ export const Footer: React.FC = () => { > Terms of Use - - Privacy Policy -
{iconLinks.map(({ name, url, Icon }) => (