Skip to content

Commit

Permalink
[ 25기 ] 25기 지원마감 (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
Happhee authored Oct 26, 2024
2 parents e57fde4 + 6837768 commit e1ede7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions database/recruit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ import Yapp from 'constants/yapp';
*/

/* 현재 모집중이면 true 아니면 false */
export const IS_RECRUITING = true;
export const IS_RECRUITING = false;

/** Banner */
export const RECRUIT_BANNER = {
title: '지금은 모집기간이 아닙니다',
description: `${Yapp.YAPP_GENERATION}기 모집이 완료되었습니다!<br />다음 기수는 2024년 10월에 예정되어 있습니다.`,
description: `${Yapp.YAPP_GENERATION}기 모집이 완료되었습니다!<br />다음 기수는 2025년 4월에 예정되어 있습니다.`,
buttonName: `${Number(Yapp.YAPP_GENERATION) + 1}기에서 만나요!`,
};

Expand Down

0 comments on commit e1ede7d

Please sign in to comment.