Skip to content

Commit

Permalink
fest: time table add record
Browse files Browse the repository at this point in the history
  • Loading branch information
denny0223 committed Dec 6, 2024
1 parent ad69cb6 commit 686ba04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/TimeTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ export default function TimeTable() {
speakers: any;
slide: string;
co_write: string;
record: string;
}

const [sessionMessage, setSessionMessage] = useState<SessionMessage | null>(
Expand Down Expand Up @@ -365,6 +366,15 @@ export default function TimeTable() {
課程共筆
</a>
)}
{sessionMessage.record && (
<a
href={sessionMessage.record}
target="_blank"
className="slide"
>
課程錄影
</a>
)}
</div>
</div>
</div>
Expand Down

0 comments on commit 686ba04

Please sign in to comment.