Skip to content

Commit

Permalink
feat: 친구들의 픽 상단 토스트로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
gogumalatte committed Dec 1, 2024
1 parent a7ac392 commit 1f7e8fa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Main/components/FriendsPickContents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ const FriendsPickContents: React.FC = () => {
title: "오류 발생",
description: "추천 콘텐츠를 가져오는 중 문제가 발생했습니다.",
status: "error",
position: "top",
duration: 1500,
isClosable: true,
});
Expand All @@ -71,6 +72,7 @@ const FriendsPickContents: React.FC = () => {
title: "삭제 성공",
description: "추천받은 콘텐츠가 삭제되었습니다.",
status: "success",
position: "top",
duration: 1500,
isClosable: true,
});
Expand All @@ -83,6 +85,7 @@ const FriendsPickContents: React.FC = () => {
title: "삭제 실패",
description: "콘텐츠를 삭제하는 중 문제가 발생했습니다.",
status: "error",
position: "top",
duration: 1500,
isClosable: true,
});
Expand Down

0 comments on commit 1f7e8fa

Please sign in to comment.