diff --git a/src/app/conf/2025/schedule/[id]/page.tsx b/src/app/conf/2025/schedule/[id]/page.tsx index cb3ee7a151..7a2013c662 100644 --- a/src/app/conf/2025/schedule/[id]/page.tsx +++ b/src/app/conf/2025/schedule/[id]/page.tsx @@ -23,6 +23,7 @@ import { Button } from "@/app/conf/_design-system/button" import { SessionTags } from "../../components/session-tags" import { formatDescription } from "./format-description" import { formatBlockTime } from "../_components/format-block-time" +import DownloadIcon from "@/app/conf/_design-system/pixelarticons/download.svg?svgr" type SessionProps = { params: { id: string } } @@ -123,15 +124,35 @@ export default function SessionPage({ params }: SessionProps) {