Skip to content

Commit

Permalink
스프린트 페이지 문구수정
Browse files Browse the repository at this point in the history
  • Loading branch information
golony6449 committed Jun 8, 2024
1 parent b50a6e9 commit cac4889
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/Program/sprint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const TutorialPage = () => {
const navigate = useNavigate();

const goToForm = () => {
navigate("/");
alert("모집이 곧 시작될 예정입니다. 잠시만 기다려 주세요.")
}

return <Page title="스프린트">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/Program/tutorial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const TutorialPage = () => {
const navigate = useNavigate();

const goToForm = () => {
navigate("/");
alert("모집이 곧 시작될 예정입니다. 잠시만 기다려 주세요.")
}

return <Page title="튜토리얼">
Expand Down

0 comments on commit cac4889

Please sign in to comment.