We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7483332 + 6b1dca3 commit 7bc572eCopy full SHA for 7bc572e
1 file changed
βpages/program/talk-detail.tsxβ
@@ -122,7 +122,9 @@ export class TalkDetail extends React.Component<PropsType> {
122
presentation.slideUrl &&
123
<ProgramTableRow
124
header={t('program:talkDetail.slideUrl')} >
125
- <MarkdownWrapper contents={ presentation.slideUrl }/>
+ <a href={ presentation.slideUrl } target="_blank">
126
+ { presentation.slideUrl }
127
+ </a>
128
</ProgramTableRow>
129
}
130
</TableList>
0 commit comments