Skip to content

Commit

Permalink
feat: 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 54aac1f commit 95ea33b
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 @@ -95,6 +95,7 @@ export default function TimeTable() {
speakers: any;
slide: string;
co_write: string;
record: string;
type: string;
}

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

</div>
Expand Down

0 comments on commit 95ea33b

Please sign in to comment.