From 1f7e8faede66cc5b3d9b30e1b8e89682b77a1abb Mon Sep 17 00:00:00 2001 From: kiyeong Date: Sun, 1 Dec 2024 14:13:36 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=EC=B9=9C=EA=B5=AC=EB=93=A4=EC=9D=98=20?= =?UTF-8?q?=ED=94=BD=20=EC=83=81=EB=8B=A8=20=ED=86=A0=EC=8A=A4=ED=8A=B8?= =?UTF-8?q?=EB=A1=9C=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Main/components/FriendsPickContents.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Main/components/FriendsPickContents.tsx b/src/Main/components/FriendsPickContents.tsx index 8e3de14..0ec7f5d 100644 --- a/src/Main/components/FriendsPickContents.tsx +++ b/src/Main/components/FriendsPickContents.tsx @@ -53,6 +53,7 @@ const FriendsPickContents: React.FC = () => { title: "오류 발생", description: "추천 콘텐츠를 가져오는 중 문제가 발생했습니다.", status: "error", + position: "top", duration: 1500, isClosable: true, }); @@ -71,6 +72,7 @@ const FriendsPickContents: React.FC = () => { title: "삭제 성공", description: "추천받은 콘텐츠가 삭제되었습니다.", status: "success", + position: "top", duration: 1500, isClosable: true, }); @@ -83,6 +85,7 @@ const FriendsPickContents: React.FC = () => { title: "삭제 실패", description: "콘텐츠를 삭제하는 중 문제가 발생했습니다.", status: "error", + position: "top", duration: 1500, isClosable: true, });