Skip to content

Commit fff6da6

Browse files
authored
fix : 모집 마감 날짜 토요일에서 수요일로 수정 (#82)
1 parent 628add2 commit fff6da6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/web/src/components/common/AboutRecruit/RecruitButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function RecruitButton() {
3030
// const seconds = difference % 60;
3131

3232
if (days > 0 || hours >= 24) {
33-
return '현재 메이커스 4기 모집 중 (~2/7 토요일 13시)';
33+
return '현재 메이커스 4기 모집 중 (~2/7 수요일 13시)';
3434
}
3535

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

0 commit comments

Comments
 (0)