From 9b04d2896dc0299d8b9827380c9c214bd191ef7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Loureiro?= Date: Mon, 9 Jun 2025 16:16:07 -0300 Subject: [PATCH] fix: remove unused Twitter icon import from Footer component --- frontend/src/app/components/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/Footer.tsx b/frontend/src/app/components/Footer.tsx index 24a9f53..fed3bce 100644 --- a/frontend/src/app/components/Footer.tsx +++ b/frontend/src/app/components/Footer.tsx @@ -1,6 +1,6 @@ import { useTranslations } from 'next-intl'; import Link from 'next/link'; -import { FaGithub, FaLinkedin, FaTwitter } from 'react-icons/fa'; +import { FaGithub, FaLinkedin } from 'react-icons/fa'; export default function Footer() { const t = useTranslations('footer');