diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 46d945c..7891769 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,5 +1,4 @@ -import React, { useState } from 'react'; -import { FaGithub, FaTwitter, FaDiscord, FaArrowRight } from 'react-icons/fa'; +import { FaGithub } from 'react-icons/fa'; import { Link } from 'react-router-dom'; function Footer() { @@ -13,153 +12,61 @@ function Footer() { }; return ( -