Skip to content

Commit

Permalink
fix : 모집 마감기한 자정 -> 13시 로 변경 (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Jan 31, 2024
1 parent c3f1b23 commit 628add2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function RecruitButton() {
// const seconds = difference % 60;

if (days > 0 || hours >= 24) {
return '현재 메이커스 4기 모집 중 (~2/7 토요일 자정)';
return '현재 메이커스 4기 모집 중 (~2/7 토요일 13시)';
}

return `지원 마감까지 ${hours.toString()}시간 ${minutes.toString().padStart(2, '0')}분 남았어요.`;
Expand Down

0 comments on commit 628add2

Please sign in to comment.