diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 4fa376b..e748aab 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -4,6 +4,7 @@ import { Status } from '../utils/Constants' import Divider from './Divider' import Tag from './Tag' import Link from 'next/link' +import DiscordAvatar from './DiscordAvatar' const BotCard = ({ bot }: BotProps): JSX.Element => { return ( @@ -15,16 +16,7 @@ const BotCard = ({ bot }: BotProps): JSX.Element => {
- Avatar +