Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: 공지사항 주석처리 #194

Merged
merged 1 commit into from
Mar 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading