diff --git a/src/components/footer/Footer.tsx b/src/components/footer/Footer.tsx index 5779ff4..58222b6 100644 --- a/src/components/footer/Footer.tsx +++ b/src/components/footer/Footer.tsx @@ -1,4 +1,5 @@ import { FaDiscord, FaGithub } from "react-icons/fa"; +import { FaXTwitter } from "react-icons/fa6"; const Separator = ({ className }: { className?: string }) => (