We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c007e3 commit 9d2f9b2Copy full SHA for 9d2f9b2
src/components/ReviewResult/ReviewResult.tsx
@@ -72,7 +72,7 @@ const ReviewResult = () => {
72
</div>
73
74
<div className={styles.Bottom}>
75
- {isToast && <Toast text="링크가 복사되었어요." />}
+ {isToast && <Toast text="리뷰가 복사되었어요." />}
76
<div className={styles.ButtonBox}>
77
<Button text="다시생성" variant="secondary" />
78
<Button text="홈으로 가기" onClick={handleOpen} />
0 commit comments