Skip to content

Commit

Permalink
2024년 1학기 신입모집 페이지 화면 보여주기
Browse files Browse the repository at this point in the history
  • Loading branch information
loopy-lim authored Feb 29, 2024
2 parents 80644f9 + bffed74 commit b21081b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/recruit/recruit.ko.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const RECRUIT = {
TITLE: "recruit",
CONTENT:
"에코노베이션에서 함께할 여러분을 모집합니다.\n에코노베이션은 지식의 선순환이 자연스럽게 이루어지는 환경을 만드는 것을 목표하고 있습니다.\n개발에 열정이 있다면 에코노베이션에 들어와 지식의 선순환을 일으켜주세요.",
IS_ON: false,
IS_ON: true,
GENERTAION: 27,
SCHEDULE: [
{ TEXT: "서류 접수 시작", DATE: "3/4" },
Expand Down Expand Up @@ -106,7 +106,7 @@ const RECRUIT_FLOAT = {
HOUR: "hour",
MINUTE: "minute",
SECOND: "second",
RECRUIT_START_DATE: Date.UTC(2023, 8, 15, 15, 0, 0),
RECRUIT_START_DATE: Date.UTC(2024, 2, 15, 15, 0, 0),
};

export { RECRUIT, RECRUIT_FLOAT };

0 comments on commit b21081b

Please sign in to comment.