File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff 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 } />
You can’t perform that action at this time.
0 commit comments