diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx index 411bf2ff..b4fe26ab 100644 --- a/src/components/Footer.tsx +++ b/src/components/Footer.tsx @@ -1,4 +1,6 @@ -import { useState } from 'react'; +import React, { useState } from 'react'; +import { FaGithub, FaDiscord, FaArrowRight } from 'react-icons/fa'; +import { FaXTwitter } from 'react-icons/fa6'; import { Link } from 'react-router-dom'; import { FaGithub, @@ -154,15 +156,14 @@ function Footer() { > - - - +