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 ? (