We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93821fd commit 8d5371fCopy full SHA for 8d5371f
frontend/pages/program/talks/[id].tsx
@@ -63,6 +63,12 @@ const TalkListDetail: NextPage = (props: TalkListDetailProps) => {
63
<Heading3 useGradient={true}>{t('label:description')}</Heading3>
64
<Linkify>{item.desc}</Linkify>
65
</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>
72
<SpeakerContainer>
73
<Heading3 useGradient={true}>
74
{t('label:speakerIntro')}
0 commit comments