File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
apps/web/src/components/common/AboutRecruit Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default function RecruitButton() {
8
8
const [ timeLeft , setTimeLeft ] = useState < string > ( '' ) ;
9
9
10
10
useEffect ( ( ) => {
11
- const deadline = dayjs ( '2024-02-07T04:00 :00.000Z' ) ;
11
+ const deadline = dayjs ( '2024-02-11T15:59 :00.000Z' ) ;
12
12
const start = dayjs ( '2024-01-28T15:00:00.000Z' ) ;
13
13
14
14
const calculateTimeLeft = ( ) => {
@@ -30,7 +30,7 @@ export default function RecruitButton() {
30
30
// const seconds = difference % 60;
31
31
32
32
if ( days > 0 || hours >= 24 ) {
33
- return '현재 메이커스 4기 모집 중 (~2/7 수요일 13시 )' ;
33
+ return '현재 메이커스 4기 모집 중 (~2/11 일요일 23시 59분 )' ;
34
34
}
35
35
36
36
return `지원 마감까지 ${ hours . toString ( ) } 시간 ${ minutes . toString ( ) . padStart ( 2 , '0' ) } 분 남았어요.` ;
You can’t perform that action at this time.
0 commit comments