diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 21ea90c..42aa17e 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -9,7 +9,7 @@ import DiscordAvatar from './DiscordAvatar' const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => { return ( -
+
@@ -81,7 +81,7 @@ const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {
-
+ ) }