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=> ) }