diff --git a/pages/index.tsx b/pages/index.tsx index 103f795..0561180 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -29,6 +29,15 @@ const Index: NextPage = ({ votes, newBots, trusted }) => { +

+ 신뢰된 봇 +

+

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

+ + { + trusted.data.slice(0, 4).map(bot=> ) + } +

새로운 봇

@@ -39,15 +48,6 @@ const Index: NextPage = ({ votes, newBots, trusted }) => { } 더보기 -

- 신뢰된 봇 -

-

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

- - { - trusted.data.slice(0, 4).map(bot=> ) - } -