From b53a3f412e702613f61ab20dc22517d7e6f0d28d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Mon, 11 Jan 2021 13:02:40 +0900 Subject: [PATCH] feat: using discord avatar component --- components/BotCard.tsx | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) 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 +