From dd3cc1bbf6de761427d41c84a100acd5a10fb7da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sat, 30 Jan 2021 14:00:38 +0900 Subject: [PATCH] feat: added new list button --- pages/index.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/index.tsx b/pages/index.tsx index 9b4d3d1..9293876 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -3,6 +3,7 @@ import dynamic from 'next/dynamic' import { BotList } from '@types' import * as Query from '@utils/Query' +import LongButton from '@components/LongButton' const Advertisement = dynamic(()=> import('@components/Advertisement')) const Container = dynamic(()=> import('@components/Container')) @@ -35,6 +36,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => { newBots.data.slice(0, 4).map(bot=> ) } + 더보기

신뢰된 봇