From 6ba822ce56088394c5386a6349955d807f2dc8ed Mon Sep 17 00:00:00 2001 From: HyeongKyeom Kim <97586683+Brokyeom@users.noreply.github.com> Date: Sun, 11 Feb 2024 12:21:58 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20deadline=20=EC=98=AC=EB=B0=94?= =?UTF-8?q?=EB=A5=B8=20=EC=8B=9C=EA=B0=84=EC=9C=BC=EB=A1=9C=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20(#85)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/common/AboutRecruit/RecruitButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/src/components/common/AboutRecruit/RecruitButton.tsx b/apps/web/src/components/common/AboutRecruit/RecruitButton.tsx index c17aa44..8795031 100644 --- a/apps/web/src/components/common/AboutRecruit/RecruitButton.tsx +++ b/apps/web/src/components/common/AboutRecruit/RecruitButton.tsx @@ -8,7 +8,7 @@ export default function RecruitButton() { const [timeLeft, setTimeLeft] = useState(''); useEffect(() => { - const deadline = dayjs('2024-02-11T15:59:00.000Z'); + const deadline = dayjs('2024-02-11T14:59:00.000Z'); const start = dayjs('2024-01-28T15:00:00.000Z'); const calculateTimeLeft = () => {