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 ( -
+ ) }