Skip to content

Commit 935dc15

Browse files
committed
2일차 트랙 링크 업로드
1 parent d75ecd2 commit 935dc15

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

frontend/pages/program/talk-schedule.tsx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ const TalkSchedule: NextPage = (props: TalkTableProps) => {
6868

6969
const TRACK_1_LINK = `https://youtu.be/OrrquS5PFtw`
7070
const TRACK_2_LINK = `https://youtu.be/pJGRoe-jt9E`
71+
const TRACK_3_LINK = 'https://youtu.be/L6Lz793mzrU'
72+
const TRACK_4_LINK = 'https://youtu.be/10qBldkS0wk'
7173

7274
return (
7375
<div>
@@ -85,6 +87,18 @@ const TalkSchedule: NextPage = (props: TalkTableProps) => {
8587
{TRACK_2_LINK}
8688
</a>
8789
</LinkList>
90+
<LinkList>
91+
세션 트랙3 링크:{' '}
92+
<a href={TRACK_3_LINK} target={'_blank'} rel="noreferrer">
93+
{TRACK_3_LINK}
94+
</a>
95+
</LinkList>
96+
<LinkList>
97+
세션 트랙4 링크:{' '}
98+
<a href={TRACK_4_LINK} target={'_blank'} rel="noreferrer">
99+
{TRACK_4_LINK}
100+
</a>
101+
</LinkList>
88102
</ul>
89103
<ButtonWrap>
90104
<TalkTableToggleButton handleClick={updateSelectedDay} />

0 commit comments

Comments
 (0)