Skip to content

Commit

Permalink
fix : 모집 마감 날짜 토요일에서 수요일로 수정 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Jan 31, 2024
1 parent 628add2 commit fff6da6
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 토요일 13시)';
return '현재 메이커스 4기 모집 중 (~2/7 수요일 13시)';
}

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

0 comments on commit fff6da6

Please sign in to comment.