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 = {