From ff90284c3011c30e6c8bde5539b946c70de9ddf8 Mon Sep 17 00:00:00 2001 From: gatheluck Date: Thu, 23 Oct 2025 09:31:51 +0900 Subject: [PATCH] Update schedule data --- src/app/routes/Program.tsx | 15 ++++++++++++++- src/data/schedule.json | 3 ++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src/app/routes/Program.tsx b/src/app/routes/Program.tsx index de1c226..910765f 100644 --- a/src/app/routes/Program.tsx +++ b/src/app/routes/Program.tsx @@ -1,5 +1,5 @@ import type { MetaFunction } from "react-router"; -import { Calendar, ExternalLink, MapPin } from "lucide-react"; +import { Calendar, ExternalLink, MapPin, Video } from "lucide-react"; import { Button } from "../../components/ui/button"; import { @@ -78,6 +78,7 @@ function Program() { Presenter + @@ -88,6 +89,18 @@ function Program() { {item.presenter} + + {item.youtube ? ( + + ) : ( + + )} + ))} diff --git a/src/data/schedule.json b/src/data/schedule.json index 43118af..cdcf5eb 100644 --- a/src/data/schedule.json +++ b/src/data/schedule.json @@ -26,7 +26,8 @@ { "time": "9:40 - 10:10", "session": "Invited Talk 2", - "presenter": "Kiana Ehsani" + "presenter": "Kiana Ehsani", + "youtube": "https://youtu.be/y7t7kjNHBhY" }, { "time": "10:10 - 10:20",