diff --git a/src/pages/Timetable/timeTableInfo.ts b/src/pages/Timetable/timeTableInfo.ts index d892a7f..702a412 100644 --- a/src/pages/Timetable/timeTableInfo.ts +++ b/src/pages/Timetable/timeTableInfo.ts @@ -435,37 +435,73 @@ export const timeTableInfo: timeTableInfoProps[] = [ endTime: new Date("2024-09-25 24:00"), }, { - title: "주점 개시", + title: "미래광장 주점 운영", description: "", descriptionShow: false, - artist: [futurePubInfo, sixtyPubInfo], + artist: [futurePubInfo], + date: new Date("2024-09-23"), + startTime: new Date("2024-09-23 18:00"), + endTime: new Date("2024-09-24 00:00"), + }, + { + title: "60주년기념관 주점 운영", + description: "", + descriptionShow: false, + artist: [sixtyPubInfo], date: new Date("2024-09-23"), startTime: new Date("2024-09-23 18:00"), endTime: new Date("2024-09-24 01:00"), }, { - title: "주점 개시", + title: "미래광장 주점 운영", description: "", descriptionShow: false, - artist: [futurePubInfo, sixtyPubInfo], + artist: [futurePubInfo], + date: new Date("2024-09-24"), + startTime: new Date("2024-09-24 18:00"), + endTime: new Date("2024-09-25 00:00"), + }, + { + title: "60주년기념관 주점 운영", + description: "", + descriptionShow: false, + artist: [sixtyPubInfo], date: new Date("2024-09-24"), startTime: new Date("2024-09-24 18:00"), endTime: new Date("2024-09-25 01:00"), }, { - title: "주점 개시", + title: "미래광장 주점 운영", description: "", descriptionShow: false, - artist: [futurePubInfo, sixtyPubInfo], + artist: [futurePubInfo], date: new Date("2024-09-25"), startTime: new Date("2024-09-25 18:00"), - endTime: new Date("2024-09-25 01:00"), + endTime: new Date("2024-09-26 00:00"), + }, + { + title: "60주년기념관 주점 운영", + description: "", + descriptionShow: false, + artist: [sixtyPubInfo], + date: new Date("2024-09-25"), + startTime: new Date("2024-09-25 18:00"), + endTime: new Date("2024-09-26 01:00"), + }, + { + title: "미래광장 주점 운영", + description: "", + descriptionShow: false, + artist: [futurePubInfo], + date: new Date("2024-09-26"), + startTime: new Date("2024-09-26 18:00"), + endTime: new Date("2024-09-27 00:00"), }, { - title: "주점 개시", + title: "60주년기념관 주점 운영", description: "", descriptionShow: false, - artist: [futurePubInfo, sixtyPubInfo], + artist: [sixtyPubInfo], date: new Date("2024-09-26"), startTime: new Date("2024-09-26 18:00"), endTime: new Date("2024-09-27 01:00"),