Skip to content

Commit

Permalink
Merge pull request #15 from nekko-lab/new_timetable_day3
Browse files Browse the repository at this point in the history
Update flight timetable
  • Loading branch information
irumaru authored Nov 25, 2024
2 parents ce63a5c + b37cd54 commit 2260197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export const TimeLine: Array<Array<DjEvent>> = [
],
[
{ time: "12:00", dj: "kaigara Project SEKAI" },
{ time: "12:50", dj: "flight add DJ" },
{ time: "12:50", dj: "flight Orangestar DJ" },
{ time: "13:40", dj: "cyokozai House" },
{ time: "14:30", dj: "kaigara VOCALOID" },
{ time: "15:10", dj: "flight Orangestar DJ" },
{ time: "15:10", dj: "flight add DJ" },
{ time: "15:50", dj: "cyokozai Sakanaction and...?" },
],
];
Expand Down

0 comments on commit 2260197

Please sign in to comment.