Skip to content

Commit 37e2764

Browse files
authored
Merge pull request #124 from pythonkr/devdev
발표 상세 > 영상 주소 업데이트
2 parents 54e9a84 + 1846bfd commit 37e2764

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

frontend/data/constants/staff.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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: '김순태',

frontend/pages/program/talks/[id].tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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')}

0 commit comments

Comments
 (0)