From 06d26bab17e90644183b00d580e1c9622acecca9 Mon Sep 17 00:00:00 2001 From: cyokozai <111193076+cyokozai@users.noreply.github.com> Date: Sun, 24 Nov 2024 12:24:46 +0900 Subject: [PATCH] Update data.ts change timetable day 2 --- src/components/data.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/components/data.ts b/src/components/data.ts index e611aaf..34e1426 100644 --- a/src/components/data.ts +++ b/src/components/data.ts @@ -12,11 +12,11 @@ export const TimeLine: Array> = [ ], [ { 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" },