diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 1d259d7..a774404 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -34,11 +34,11 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {

{bot.name}{' '} - {bot.trusted && ( + {bot.trusted ? ( - )} + ) : ''}

{bot.intro}