Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ 25기 ] 25기 지원마감 #175

Merged
merged 3 commits into from
Oct 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading