diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 80ae2426..78917693 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,4 @@ -import { FaGithub, FaTwitter, FaLinkedin } from 'react-icons/fa'; +import { FaGithub } from 'react-icons/fa'; import { Link } from 'react-router-dom'; function Footer() { @@ -12,82 +12,61 @@ function Footer() { }; return ( -