From d85ad9091329a49e113c797296e910963ab15d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 10 Jan 2021 21:11:02 +0900 Subject: [PATCH] fix: https://github.com/koreanbots/v2-testing/issues/13 --- components/Footer.tsx | 2 +- pages/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index ade8a8d..341eae9 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -6,7 +6,7 @@ const Footer = (): JSX.Element => { return (
-
+

국내봇을 한 곳에서.

diff --git a/pages/index.tsx b/pages/index.tsx index 8559332..69b9a26 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -19,7 +19,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => {