From 50946721aaa92ed2e1bf880ec74fa74b25ac1c7e Mon Sep 17 00:00:00 2001 From: KKangHHee Date: Mon, 25 Mar 2024 21:04:04 +0900 Subject: [PATCH] =?UTF-8?q?Docs:=20=EA=B3=B5=EC=A7=80=EC=82=AC=ED=95=AD=20?= =?UTF-8?q?=EC=A3=BC=EC=84=9D=EC=B2=98=EB=A6=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Main/MainPage.jsx | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/src/pages/Main/MainPage.jsx b/src/pages/Main/MainPage.jsx index fc4c902..4424252 100644 --- a/src/pages/Main/MainPage.jsx +++ b/src/pages/Main/MainPage.jsx @@ -17,22 +17,22 @@ export const StatusContext = createContext(); const MainPage = () => { const notices = [ - { - id: 1, - title: "2024년 4월 넷째 주(4/21~4/27) 입금 안내", - date: "24-04-21", - }, - { - id: 2, - title: "2024년 4월 셋째 주(4/14~4/20) 입금 안내", - date: "24-04-14", - }, - { - id: 3, - title: "2024년 4월 둘째 주(4/7~4/13) 입금 안내", - date: "24-04-07", - }, - { id: 4, title: "2024년 4월 첫째 주(4/1~4/6) 입금 안내", date: "24-04-01" }, + // { + // id: 1, + // title: "2024년 4월 넷째 주(4/21~4/27) 입금 안내", + // date: "24-04-21", + // }, + // { + // id: 2, + // title: "2024년 4월 셋째 주(4/14~4/20) 입금 안내", + // date: "24-04-14", + // }, + // { + // id: 3, + // title: "2024년 4월 둘째 주(4/7~4/13) 입금 안내", + // date: "24-04-07", + // }, + // { id: 4, title: "2024년 4월 첫째 주(4/1~4/6) 입금 안내", date: "24-04-01" }, ]; // 현 날짜 const currentDate = {