From bea616b32a7aa19eaba03cb1db33746ef4c4f89e Mon Sep 17 00:00:00 2001 From: izone00 Date: Fri, 5 Apr 2024 19:56:45 +0900 Subject: [PATCH] =?UTF-8?q?[Bug]=20react-icons=20=EB=B2=84=EC=A0=84?= =?UTF-8?q?=EC=97=90=20=EB=94=B0=EB=A5=B8=20party=20=EA=B3=B5=EC=9C=A0,=20?= =?UTF-8?q?=EC=8B=A0=EA=B3=A0=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=A2=85?= =?UTF-8?q?=EB=A5=98=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/party/roomDetail/PartyDetailButton.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/components/party/roomDetail/PartyDetailButton.tsx b/components/party/roomDetail/PartyDetailButton.tsx index fceeeb4b9..862b87890 100644 --- a/components/party/roomDetail/PartyDetailButton.tsx +++ b/components/party/roomDetail/PartyDetailButton.tsx @@ -1,7 +1,7 @@ import { useRouter } from 'next/router'; import { useSetRecoilState } from 'recoil'; -import { CiShare2 } from 'react-icons/ci'; -import { LuAlertTriangle } from 'react-icons/lu'; +import { BsShare } from 'react-icons/bs'; +import { FiAlertTriangle } from 'react-icons/fi'; import { instance } from 'utils/axios'; import { modalState } from 'utils/recoil/modal'; import { toastState } from 'utils/recoil/toast'; @@ -30,7 +30,7 @@ function ReportComment({ commentId }: ParytButtonProps) { }); }} > - + ); } @@ -51,7 +51,7 @@ function ReportRoom({ roomId }: ParytButtonProps) { }); }} > - + ); } @@ -74,7 +74,7 @@ function ReportNoShow({ roomId, userIntraId }: ParytButtonProps) { }} >
노쇼 신고
- + ); } @@ -98,7 +98,7 @@ function ShareRoom() { }); }} > - + ); }