From ce0bcac88ff89acdcce273b92246c0c2b4b7592a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fernando=20Jos=C3=A9=20Videira?= <03.pleaser-minster@icloud.com> Date: Wed, 17 Jul 2024 03:34:43 +0100 Subject: [PATCH] Removed useless footer links --- src/Components/Footer/Footer.tsx | 50 +++++++++++--------------------- 1 file changed, 17 insertions(+), 33 deletions(-) diff --git a/src/Components/Footer/Footer.tsx b/src/Components/Footer/Footer.tsx index 78dc7cc..f4a48b2 100644 --- a/src/Components/Footer/Footer.tsx +++ b/src/Components/Footer/Footer.tsx @@ -1,55 +1,40 @@ import { useTranslation } from "react-i18next"; -import { FaFacebook, FaLinkedin } from "react-icons/fa"; const Footer = () => { const { t, i18n } = useTranslation(); return ( @@ -57,4 +42,3 @@ const Footer = () => { }; export default Footer; -