Skip to content

Commit

Permalink
refactor: toast 메시지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
sikkzz committed Feb 10, 2025
1 parent 0c007e3 commit 9d2f9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReviewResult/ReviewResult.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const ReviewResult = () => {
</div>

<div className={styles.Bottom}>
{isToast && <Toast text="링크가 복사되었어요." />}
{isToast && <Toast text="리뷰가 복사되었어요." />}
<div className={styles.ButtonBox}>
<Button text="다시생성" variant="secondary" />
<Button text="홈으로 가기" onClick={handleOpen} />
Expand Down

0 comments on commit 9d2f9b2

Please sign in to comment.