Skip to content

Commit

Permalink
Merge pull request #12 from nekko-lab/new_timeline
Browse files Browse the repository at this point in the history
Change Time table Day 2
  • Loading branch information
cyokozai authored Nov 24, 2024
2 parents e32c82d + 06d26ba commit 1c3ace9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ export const TimeLine: Array<Array<DjEvent>> = [
],
[
{ time: "10:30", dj: "flight" },
{ time: "11:20", dj: "cyokozai" },
{ time: "12:10", dj: "kaigara" },
{ time: "14:00", dj: "cyokozai" },
{ time: "14:50", dj: "kaigara" },
{ time: "15:30", dj: "flight" },
{ time: "13:00", dj: "cyokozai" },
{ time: "14:00", dj: "kaigara" },
{ time: "14:40", dj: "cyokozai" },
{ time: "15:30", dj: "kaigara" },
{ time: "16:20", dj: "flight" },
],
[
{ time: "10:30", dj: "kaigara" },
Expand Down

0 comments on commit 1c3ace9

Please sign in to comment.