From 4800a08d3eb29a2523ca5554af02f5fc4828fbc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Wed, 10 Feb 2021 20:44:35 +0900 Subject: [PATCH] feat: added banner --- components/BotCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/BotCard.tsx b/components/BotCard.tsx index 53e76ec..21ea90c 100644 --- a/components/BotCard.tsx +++ b/components/BotCard.tsx @@ -1,5 +1,5 @@ import { Bot } from '../types' -import { formatNumber, makeBotURL } from '@utils/Tools' +import { checkBotFlag, formatNumber, makeBotURL } from '@utils/Tools' import { Status } from '@utils/Constants' import Divider from './Divider' import Tag from './Tag' @@ -13,7 +13,7 @@ const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {
-
+