Skip to content

Commit

Permalink
Docs: 공지사항 주석처리
Browse files Browse the repository at this point in the history
  • Loading branch information
KKangHHee committed Mar 25, 2024
1 parent 6463a9e commit 5094672
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions src/pages/Main/MainPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 5094672

Please sign in to comment.