Skip to content

Commit

Permalink
fix : 연장모집 문구 수정 (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Aug 7, 2024
1 parent 5f6042c commit 8f61e14
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ export default function RecruitButton() {
// const seconds = difference % 60;

if (days > 0 || hours >= 24) {
return '현재 35기 메이커스 팀 모집 중 (~8/9 금요일 23시 59분)';
// return '현재 35기 메이커스 팀 모집 중 (~8/9 금요일 23시 59분)';
return '일부 포지션 모집 연장 (~8/9 금요일 23시 59분)';
}

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

0 comments on commit 8f61e14

Please sign in to comment.