From 845a4349783a1f00408827901a7dcfaef30976e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 10 Jan 2021 21:57:01 +0900 Subject: [PATCH] feat: better ui for footer --- components/Footer.tsx | 99 ++++++++++++++++++++++--------------------- pages/index.tsx | 2 +- 2 files changed, 52 insertions(+), 49 deletions(-) diff --git a/components/Footer.tsx b/components/Footer.tsx index 341eae9..43ac004 100644 --- a/components/Footer.tsx +++ b/components/Footer.tsx @@ -5,10 +5,10 @@ import Wave from './Wave' const Footer = (): JSX.Element => { return (
- -
- -
+ +
+ +

국내봇을 한 곳에서.

2020 Koreanbots, All rights reserved.
@@ -22,51 +22,54 @@ const Footer = (): JSX.Element => {
-
-

한국 디스코드봇 리스트

- -
-
-

커뮤니티

- -
-
-

약관

- +
+
+

한국 디스코드봇 리스트

+ +
+
+

커뮤니티

+ +
+
+

약관

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