We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 628add2 commit fff6da6Copy full SHA for fff6da6
apps/web/src/components/common/AboutRecruit/RecruitButton.tsx
@@ -30,7 +30,7 @@ export default function RecruitButton() {
30
// const seconds = difference % 60;
31
32
if (days > 0 || hours >= 24) {
33
- return '현재 메이커스 4기 모집 중 (~2/7 토요일 13시)';
+ return '현재 메이커스 4기 모집 중 (~2/7 수요일 13시)';
34
}
35
36
return `지원 마감까지 ${hours.toString()}시간 ${minutes.toString().padStart(2, '0')}분 남았어요.`;
0 commit comments