Skip to content

Commit

Permalink
fix: 28기 시작, 마감 시간 수정 (#131)
Browse files Browse the repository at this point in the history
기존에 9시간이 더해진 상태로 되어있던 부분 수정

"
  • Loading branch information
geongyu09 authored Sep 1, 2024
1 parent b2650fe commit 5c2834e
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 @@ -8,8 +8,8 @@ const RECRUIT = {
CONTENT:
"에코노베이션에서 함께할 여러분을 모집합니다.\n에코노베이션은 지식의 선순환이 자연스럽게 이루어지는 환경을 만드는 것을 목표하고 있습니다.\n개발에 열정이 있다면 에코노베이션에 들어와 지식의 선순환을 일으켜주세요.",
IS_ON: true /** FIXME: This property was deprecated. */,
START_DATE: Date.UTC(2024, 8, 2, 9, 0, 0),
END_DATE: Date.UTC(2024, 8, 15, 23, 59, 59),
START_DATE: Date.UTC(2024, 8, 2, 0, 0, 0),
END_DATE: Date.UTC(2024, 8, 15, 14, 59, 59),
GENERTAION: 28,
SCHEDULE: [
{ TEXT: "서류 접수 시작", DATE: "9/2" },
Expand Down

0 comments on commit 5c2834e

Please sign in to comment.