From 5ee0888f6d736abcaa64fdb0db8311a5dea7b544 Mon Sep 17 00:00:00 2001 From: rail <78732904+jongse7@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:47:18 +0900 Subject: [PATCH] =?UTF-8?q?hotfix:=20d-day=20=EC=88=98=EC=A0=95=20(#ect)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/main/containers/MainScheduleSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/main/containers/MainScheduleSection.tsx b/src/pages/main/containers/MainScheduleSection.tsx index 60d6f1c4..82be69a1 100644 --- a/src/pages/main/containers/MainScheduleSection.tsx +++ b/src/pages/main/containers/MainScheduleSection.tsx @@ -1,14 +1,14 @@ import { useVeritasDay } from '../hook/useVeritas'; export function MainScheduleSection() { - const targetDate = '2024-12-21T00:00:00+09:00'; + const targetDate = '2025-03-04T00:00:00+09:00'; const daysLeft = useVeritasDay(targetDate); return (
- 종강 + 개강

{`D-${daysLeft}`}