Skip to content

Commit

Permalink
fix : 5기 -> 35기 (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
Brokyeom authored Jul 31, 2024
1 parent cf92ffa commit 61a0cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function RecruitButton() {
// const seconds = difference % 60;

if (days > 0 || hours >= 24) {
return '현재 메이커스 5기 모집 중 (~8/7 수요일 23시 59분)';
return '현재 35기 메이커스 모집 중 (~8/7 수요일 23시 59분)';
}

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

0 comments on commit 61a0cc6

Please sign in to comment.