From 266345303ca719b1564cdc6e86aba2e819cf76c8 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Sat, 8 May 2021 21:45:33 +0900 Subject: [PATCH] fix: bugs at card --- components/BotCard.tsx | 186 +++++++++++++++++++++-------------------- 1 file changed, 96 insertions(+), 90 deletions(-) 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