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",