Skip to content

Commit

Permalink
fix: 칭찬 댓글 작성 중도 포기 확인 모달 내 버튼 텍스트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaemin-L committed Jan 29, 2024
1 parent de91334 commit 009a72c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/comment/comment-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ export const CommentFormPage = () => {
description: "지금 돌아가면 이미지와 텍스트 내용이 삭제돼요",
},
{
text: "삭제",
text: "그만두기",
},
{
text: "취소",
text: "계속 작성",
},
);

Expand Down

0 comments on commit 009a72c

Please sign in to comment.