From 25234036ee777acf618576884b97743705807406 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 14 Jan 2021 13:27:32 +0900 Subject: [PATCH] feat: removed trusted badge from the botcard --- components/BotCard.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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}