Skip to content

Commit 48a8a10

Browse files
authored
replace youtube embed link (#2149)
1 parent 0db05af commit 48a8a10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2025/speakers/[id]/long-session-card.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ export function LongSessionCard({
121121
{video ? (
122122
<footer className="p-4 pt-0 lg:px-6 lg:pb-6">
123123
<Button
124-
href={`https://youtube.com/embed/${video.id}`}
124+
href={`/conf/${year}/schedule/${session.id}?name=${session.name}`}
125125
variant="primary"
126126
className="relative z-[2] w-full"
127127
>

0 commit comments

Comments
 (0)