From 63f662bc609610b311609449a53769117c3a9861 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 8 May 2021 22:30:06 +0900 Subject: [PATCH] fix: card building weird --- components/BotCard.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/components/BotCard.tsx b/components/BotCard.tsx index dbc918b..f8259de 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -65,18 +65,18 @@ const BotCard = ({ manage = false, bot }: BotProps): JSX.Element => {

{bot.intro}

-
- {bot.category.slice(0, 3).map(el => ( - - ))}{' '} - {bot.category.length > 3 && } +
+
+ {bot.category.slice(0, 3).map(el => ( + + ))}{' '} + {bot.category.length > 3 && } +
- - -
+