From 2f58b261bcfd5d15581f223983eacbda6522599f Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 10 Dec 2020 15:20:53 +0200 Subject: [PATCH] add twitter link to footer --- components/layout/FooterContent.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = () => { + + +