From 6e7ea2278a3632075b03e9bf6ec2a44bc4019b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 10 Jan 2021 12:49:45 +0900 Subject: [PATCH] fix: category flex wrap --- components/BotCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/BotCard.tsx b/components/BotCard.tsx index a774404..4747f2b 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -55,7 +55,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => { {formatNumber(bot.servers)} 서버} dark /> -
+
{bot.category.slice(0, 5).map(el => ( ))}