From 90254951f60a64436f9e55cb1cc74b0eeced3619 Mon Sep 17 00:00:00 2001 From: Junseo Park Date: Mon, 15 Feb 2021 11:46:04 +0900 Subject: [PATCH] chore: showing sixteen bot at main page --- pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.tsx b/pages/index.tsx index 5860db1..634032c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -23,7 +23,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => {

하트를 많이 받은 봇들의 순위입니다!

{ - votes.data.slice(0, 8).map(bot=> ) + votes.data.map(bot=> ) }