diff --git a/components/layout/FooterContent.tsx b/components/layout/FooterContent.tsx
index c3a52a92c..2ad919582 100644
--- a/components/layout/FooterContent.tsx
+++ b/components/layout/FooterContent.tsx
@@ -2,7 +2,7 @@ import { Box, Flex } from "@chakra-ui/react";
import { DiscordIcon } from "lib/assets/icons";
import { useMyTheme } from "lib/useMyTheme";
import Link from "next/link";
-import { FaGithub } from "react-icons/fa";
+import { FaGithub, FaTwitter } from "react-icons/fa";
import { FiInfo } from "react-icons/fi";
const FooterContent: React.FC = () => {
@@ -27,6 +27,9 @@ const FooterContent: React.FC = () => {
+
+
+