From 1462e40a0ae23ab26d343dabdf0da38906d8361a Mon Sep 17 00:00:00 2001 From: HyunJinNo Date: Mon, 26 Aug 2024 09:30:51 +0900 Subject: [PATCH] =?UTF-8?q?Feat:=20=EC=A0=95=EB=B3=B4=20=EC=A2=8B=EC=95=84?= =?UTF-8?q?=EC=9A=94=20=EB=A7=88=EC=9A=B0=EC=8A=A4=20hover=20=EC=8B=9C=20?= =?UTF-8?q?=EC=83=89=EC=83=81=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/informations/detail/InformationLikeCount.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/informations/detail/InformationLikeCount.tsx b/src/components/informations/detail/InformationLikeCount.tsx index 273cad09..d5f728ca 100644 --- a/src/components/informations/detail/InformationLikeCount.tsx +++ b/src/components/informations/detail/InformationLikeCount.tsx @@ -12,7 +12,7 @@ const InformationLikeCount = ({ loading, likeCount, onLikesClick }: Props) => {