Skip to content

Commit

Permalink
Merge pull request #15 from pythonkr/feature/add-sprint-page
Browse files Browse the repository at this point in the history
스프린트 페이지 문구 수정
  • Loading branch information
golony6449 committed Jun 8, 2024
2 parents a739ec2 + cac4889 commit 15c4fa8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -21,7 +21,7 @@ const TutorialPage = () => {
<span>{t("PyCon Korea의 스프린트는 오픈소스 프로젝트에 대해 집중적으로 학습하고 개발하는 프로그램입니다. 이 곳에서는 새로운 동료들을 만나고, 오픈소스에서 얻을 수 있는 경험과 지식을 자유롭게 나눌 수 있습니다. ")}</span>
<br/><br/>
<h2>{t("스프린트를 처음 진행하시나요?")}</h2>
<span><a href="https://opensourceevents.github.io/">{t("이 문서")}</a>{t("가 좋은 가이드가 될 것입니다. (Getting your open source project ready for new contributors)")}</span>
<span><a href="https://opensourceevents.github.io/">{t("이 문서")}</a>{t("를 참고해보시는 것은 어떨까요? (Getting your open source project ready for new contributors)")}</span>
<br/><br/>
<h2>{t("진행일정 및 장소")}</h2>
<span>
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 15c4fa8

Please sign in to comment.