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 ( -
- {bot.intro} -
-+ {bot.intro} +
+