From 313bc236bdbe3b5c19cf62aee83933a5ee8340b3 Mon Sep 17 00:00:00 2001 From: Tamir <1tamir198@gmail.com> Date: Fri, 8 Mar 2024 21:03:07 +0200 Subject: [PATCH 1/7] Fix the footer to the bottom of the page --- components/Footer/Footer.tsx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 57e7684e..a65ccb15 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -42,25 +42,24 @@ const FooterLink = ({ href, text }: FooterLinkProps) => (

{text}

); - const Footer: React.FC = () => { return ( -