From a38d12083dec4dc18db76846f80b10ac4bef1bef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 3 Feb 2021 10:28:57 +0900 Subject: [PATCH] feat: added twitter in footer --- components/Footer.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 43ac004..f8d4175 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -20,6 +20,9 @@ const Footer = (): JSX.Element => { + + +
@@ -75,5 +78,4 @@ const Footer = (): JSX.Element => {
) } - export default Footer