From fe016464731159f05789fb73fbd99361047f7394 Mon Sep 17 00:00:00 2001 From: FernandoJVideira <03.pleaser-minster@icloud.com> Date: Tue, 11 Jun 2024 20:22:24 +0100 Subject: [PATCH] minor fix --- src/Components/Footer/Footer.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Components/Footer/Footer.tsx b/src/Components/Footer/Footer.tsx index 0e8fa59..76d2de8 100644 --- a/src/Components/Footer/Footer.tsx +++ b/src/Components/Footer/Footer.tsx @@ -1,6 +1,5 @@ import { useTranslation } from "react-i18next"; -import { FaFacebook, FaLinkedin, FaInstagram } from "react-icons/fa"; -import { FaXTwitter } from "react-icons/fa6"; +import { FaFacebook, FaLinkedin } from "react-icons/fa"; const Footer = () => { const { t } = useTranslation();