From 8f61e1494aba056c565757c38277d2fb7580dd02 Mon Sep 17 00:00:00 2001 From: HyeongKyeom Kim <97586683+Brokyeom@users.noreply.github.com> Date: Wed, 7 Aug 2024 23:42:04 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20=EC=97=B0=EC=9E=A5=EB=AA=A8=EC=A7=91?= =?UTF-8?q?=20=EB=AC=B8=EA=B5=AC=20=EC=88=98=EC=A0=95=20(#93)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/common/AboutRecruit/RecruitButton.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/web/src/components/common/AboutRecruit/RecruitButton.tsx b/apps/web/src/components/common/AboutRecruit/RecruitButton.tsx index 2e5b208..9743e11 100644 --- a/apps/web/src/components/common/AboutRecruit/RecruitButton.tsx +++ b/apps/web/src/components/common/AboutRecruit/RecruitButton.tsx @@ -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')}분 남았어요.`;