File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ import Yapp from 'constants/yapp';
99 */
1010
1111/* 현재 모집중이면 true 아니면 false */
12- export const IS_RECRUITING = true ;
12+ export const IS_RECRUITING = false ;
1313
1414/** Banner */
1515export const RECRUIT_BANNER = {
1616 title : '지금은 모집기간이 아닙니다' ,
17- description : `${ Yapp . YAPP_GENERATION } 기 모집이 완료되었습니다!<br />다음 기수는 2025년 4월에 예정되어 있습니다.` ,
17+ description : `${ Yapp . YAPP_GENERATION } 기 모집이 완료되었습니다!<br />다음 기수는 2025년 10월에 예정되어 있습니다.` ,
1818 buttonName : `${ Number ( Yapp . YAPP_GENERATION ) + 1 } 기에서 만나요!` ,
1919} ;
2020export const RECRUIT_BANNER_PRE = {
@@ -31,7 +31,7 @@ export const RECRUIT_BANNER_ACTIVE = {
3131} ;
3232
3333export const NEXT_GENERATION_RECRUIT_LINK =
34- 'https://forms.gle/Ag7ZHViSHX8m6R3V8 ' ;
34+ 'https://forms.gle/9nABygW4JPaX5rfv6 ' ;
3535
3636/** 모집 개요 */
3737export const RECRUIT_OVERVIEW = {
You can’t perform that action at this time.
0 commit comments