From afc8e2e2dda94b578a42d7c51cf67faf26eb50b3 Mon Sep 17 00:00:00 2001 From: wonderlandpark Date: Wed, 5 May 2021 21:53:07 +0900 Subject: [PATCH] fix: BotCard button component rendered as Tag --- components/BotCard.tsx | 97 ++++++++++++++++++++++-------------------- 1 file changed, 51 insertions(+), 46 deletions(-) diff --git a/components/BotCard.tsx b/components/BotCard.tsx index d96a011..56fe14f 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -10,23 +10,25 @@ import DiscordAvatar from '@components/DiscordAvatar' const BotCard = ({ manage = false, bot }: BotProps): JSX.Element => { return ( -
-
-
-
-