diff --git a/components/Footer.tsx b/components/Footer.tsx index cb09dc6..34b0bd3 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -1,4 +1,10 @@ -import { FaDiscord, FaTwitter, FaMediumM, FaRedditAlien } from "react-icons/fa"; +import { + FaDiscord, + FaTwitter, + FaMediumM, + FaRedditAlien, + FaGithub, +} from "react-icons/fa"; import { SiTelegram } from "react-icons/si"; import Link from "next/link"; @@ -8,19 +14,40 @@ const Footer = () => {