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) => {
68
68
69
69
const TRACK_1_LINK = `https://youtu.be/OrrquS5PFtw`
70
70
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'
71
73
72
74
return (
73
75
< div >
@@ -85,6 +87,18 @@ const TalkSchedule: NextPage = (props: TalkTableProps) => {
85
87
{ TRACK_2_LINK }
86
88
</ a >
87
89
</ 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 >
88
102
</ ul >
89
103
< ButtonWrap >
90
104
< TalkTableToggleButton handleClick = { updateSelectedDay } />
You can’t perform that action at this time.
0 commit comments