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 c31f635 commit 614cc0eCopy full SHA for 614cc0e
frontend/pages/program/talks/[id].tsx
@@ -63,12 +63,6 @@ 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