diff --git a/components/BotCard.tsx b/components/BotCard.tsx index dceec19..dbc918b 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -10,99 +10,105 @@ import DiscordAvatar from '@components/DiscordAvatar' const BotCard = ({ manage = false, bot }: BotProps): JSX.Element => { return ( -
-
- - -
-
-
- -
- -
-

- - {Status[bot.status]?.text} -

-

{bot.name}

-
-
-
- - {formatNumber(bot.votes)} - +
+ @@ -115,4 +121,4 @@ interface BotProps { bot: Bot } -export default BotCard +export default BotCard \ No newline at end of file