Skip to content

Commit 77be1c1

Browse files
authored
Merge pull request #146 from GDGoCINHA/Fix(#8)/Recruit
Fix(#8)/ 새로운 학기 Recruit 페이지 수정
2 parents 2a485ff + d7d1a13 commit 77be1c1

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/app/recruit/page.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default function Recruit() {
7878
<strong className='text-[#34A853]'>D</strong>
7979
<strong className='text-[#F9AB00]'>G</strong>
8080
<strong className='text-[#4285F4]'>o</strong>
81-
<strong className='text-[#EA4335]'>C</strong> INHA 25-1 <br className='pc:hidden' />
81+
<strong className='text-[#EA4335]'>C</strong> INHA 25-2 <br className='pc:hidden' />
8282
멤버에 지원해보세요
8383
</p>
8484
<HorizontalProgressBar step={step} />

src/components/recruit/screen/Recruit7.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default function Recruit7({ step, setChecked, updateRecruitData }) {
2828
<div className='text-base text-[#eeeeee] mt-[5px] mobile:text-[15px]'>
2929
<ul>
3030
<li>
31-
• GDG on campus INHA 24-2 가입 이전, 어떤 활동 및 공부를 하고 계셨나요? 여러분에 대한 정보를 편하게
31+
• GDG on campus INHA 25-2 가입 이전, 어떤 활동 및 공부를 하고 계셨나요? 여러분에 대한 정보를 편하게
3232
알려주세요! <br /> 기존 멤버분들께서는 간단하게 적어주셔도 됩니다 😀
3333
</li>
3434
<li>

src/components/recruit/screen/Recruit8.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default function Recruit8({ step, setChecked, updateRecruitData }) {
6060
<li>
6161
• 현재 지원 기수 및 기존 활동 기수를 <strong className='text-[#EF4444]'>모두</strong> 선택해주세요.
6262
</li>
63-
<li>• 신입 멤버는 &apos;25-1&apos; 하나만 선택해주시면 됩니다.</li>
63+
<li>• 신입 멤버는 &apos;25-2&apos; 하나만 선택해주시면 됩니다.</li>
6464
</ul>
6565
</div>
6666
<MultipleSelectBox

src/constant/semesterOptions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const semesterOptions = [
2+
'25-2',
23
'25-1',
34
'24-2',
45
'24-1',
56
'23-2',
67
'23-1',
78
'22-2',
89
'22-1',
9-
'21-2',
10-
'21-1'
10+
'21-2'
1111
];

0 commit comments

Comments
 (0)