From e22bdd446d5958d8a3a341426f26ec491e6af4dd Mon Sep 17 00:00:00 2001 From: gatheluck Date: Fri, 31 Oct 2025 07:47:15 +0900 Subject: [PATCH] Add slides links to workshop program --- src/app/routes/Program.tsx | 12 +++++++++++- src/data/schedule.json | 6 ++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/src/app/routes/Program.tsx b/src/app/routes/Program.tsx index 910765f..4fcef28 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, Video } from "lucide-react"; +import { Calendar, ExternalLink, MapPin, Video, FileText } from "lucide-react"; import { Button } from "../../components/ui/button"; import { @@ -90,6 +90,16 @@ function Program() { {item.presenter} + {item.slides ? ( + + ) : ( + + )} {item.youtube ? (