Skip to content

Commit

Permalink
[FIX] App.js 리쿠르팅 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiyoongrace committed Mar 23, 2024
1 parent 929e965 commit 1ae9c4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,22 +54,22 @@ function App() {
<Route path="/project" element={LayOut(Project)} />
<Route
path="/recruitment"
element={LayOut(Recruit) /*[--] Recruit 앞 부분 수정하기*/}
element={LayOut(NonRecruit) /*[--] Recruit 앞 부분 수정하기*/}
/>
{/* Recruit(리쿠르팅 중) or NonRecruit(리쿠르팅 기간 X) or FirstRecruit(1차 서류 발표 이후) or FinalRecruit(최종 발표 이후) 변경 */}
<Route path="/recruitment/:part" element={<ApplyPage />} />
{/*<Route path="/recruitment/:part" element={<ApplyPage />} />
<Route
path="/recruitment/submit-success"
element={<SubmitSuccess />}
/>
<Route path="/recruitment/submit-fail" element={<SubmitFail />} />
{/**/}
*/}
{/* 1차 발표 때 FirstVerification, 최종 발표 때 FinalVerification */}
{/**/}
{/*
<Route
path="/recruitment/result-verification"
element={<FinalVerification />}
/>
/>*/}
<Route path="/contact" element={LayOut(Contact)} />
<Route path="/makers" element={LayOut(Makers)} />
{/*<Route path="/form" element={<ProjectForm />} />*/}
Expand Down

0 comments on commit 1ae9c4b

Please sign in to comment.