diff --git a/components/BotCard.tsx b/components/BotCard.tsx index f77f5d1..6a5ea6e 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -46,9 +46,11 @@ const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {

{bot.intro}

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