From 0b59d2e275e7653272aae091ac54e161853040d1 Mon Sep 17 00:00:00 2001 From: Govard Barkhatov Date: Thu, 29 Aug 2024 13:54:04 +0300 Subject: [PATCH] add privacy policy to the footer --- src/app/components/Footer/Footer.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/components/Footer/Footer.tsx b/src/app/components/Footer/Footer.tsx index 7ba65bef..1dc9a076 100644 --- a/src/app/components/Footer/Footer.tsx +++ b/src/app/components/Footer/Footer.tsx @@ -80,6 +80,14 @@ export const Footer: React.FC = () => { > Terms of Use + + Privacy Policy +
{iconLinks.map(({ name, url, Icon }) => (