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');