diff --git a/components/BotCard.tsx b/components/BotCard.tsx index e748aab..4f8fca0 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -25,12 +25,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => { {Status[bot.status]?.text}

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