Skip to content

Commit

Permalink
♻️ 버튼 메세지 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiey committed Oct 15, 2024
1 parent 5331466 commit 542f5ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const ConfirmModal = ({ isOpen, onConfirm, close }: ConfirmModalProps) => {
</S.Container>
<Modal.Footer position="CENTER">
<Button css={S.confirmButtonStyles} onClick={onConfirm}>
확인
탈퇴
</Button>
<Button css={S.cancelButtonStyles} onClick={close}>
취소
Expand Down

0 comments on commit 542f5ea

Please sign in to comment.