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 && } +
- - -
+