From b37cd54924bf83ce8e022a9ad64046b5063b6998 Mon Sep 17 00:00:00 2001 From: Irumaru <46730701+irumaru@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:33:27 +0900 Subject: [PATCH] Update data.ts --- src/components/data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/data.ts b/src/components/data.ts index c2f57ae..be96516 100644 --- a/src/components/data.ts +++ b/src/components/data.ts @@ -20,10 +20,10 @@ export const TimeLine: Array> = [ ], [ { 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...?" }, ], ];