Skip to content

Commit

Permalink
chore: fix message in SignUp.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Village-GG-Water authored Nov 8, 2024
1 parent e5fca42 commit 964d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/SignUp.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ export default function SignUp() {
.then(() => {
openAlert({
title: '회원가입 요청 완료',
content: <Text>회원가입 요청이 완료되었습니다!</Text>,
content: <Text>회원가입이 완료되었습니다!</Text>,
onClose: () => {
closeAlert();
navigate('/');
Expand Down

0 comments on commit 964d558

Please sign in to comment.