From 7bed39a1d4aa44b17df88d31e610807c01a4cc50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 11 Feb 2021 18:47:20 +0900 Subject: [PATCH] chore: using a tag instead of div --- components/BotCard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ( -
+
@@ -81,7 +81,7 @@ const BotCard = ({ manage=false, bot }: BotProps): JSX.Element => {
-
+ ) }