File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ const staffList: IPerson[] = [
1818 } ,
1919 {
2020 name : '김다현' ,
21- image : '' ,
22- introduction : ''
21+ image : 'https://pyconweb2022-static.s3.ap-northeast-2.amazonaws.com/image/dahyun-kim.jpg' ,
22+ introduction :
23+ '파이썬을 좋아하며 음악하고 싶은 김다현입니다. 함께하는 사람들을 사랑합니다. 백엔드 개발자로 근무하고 있습니다. 개인 블로그: https://dahyun.pages.dev/'
2324 } ,
2425 {
2526 name : '김순태' ,
Original file line number Diff line number Diff line change @@ -63,6 +63,12 @@ const TalkListDetail: NextPage = (props: TalkListDetailProps) => {
6363 < Heading3 useGradient = { true } > { t ( 'label:description' ) } </ Heading3 >
6464 < Linkify > { item . desc } </ Linkify >
6565 </ Description >
66+ < Description >
67+ < Heading3 useGradient = { true } > { t ( 'label:videoLink' ) } </ Heading3 >
68+ < a href = { videoUrl } target = { '_blank' } rel = "noreferrer" >
69+ { videoUrl }
70+ </ a >
71+ </ Description >
6672 < SpeakerContainer >
6773 < Heading3 useGradient = { true } >
6874 { t ( 'label:speakerIntro' ) }
You can’t perform that action at this time.
0 commit comments