diff --git a/pages/index.tsx b/pages/index.tsx index 2a7343e..7d10b08 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -28,7 +28,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => { 하트 랭킹

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

-
+
{ votes.data.slice(0, 8).map(bot=> ) } @@ -40,7 +40,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => { 새로운 봇

최근에 한국 디스코드봇 리스트에 추가된 따끈따끈한 봇입니다.

-
+
{ newBots.data.slice(0, 4).map(bot=> ) } @@ -49,7 +49,7 @@ const Index: NextPage = ({ votes, newBots, trusted }) => { 신뢰된 봇

KOREANBOTS에서 인증받은 신뢰할 수 있는 봇들입니다!!

-
+
{ trusted.data.slice(0, 4).map(bot=> ) } diff --git a/pages/users/[id].tsx b/pages/users/[id].tsx index 0ea0481..b8803db 100644 --- a/pages/users/[id].tsx +++ b/pages/users/[id].tsx @@ -77,7 +77,7 @@ const Users: NextPage = ({ data }) => {

제작한 봇

-
+
{(data.bots as Bot[]).map((bot: Bot) => ( ))}