Skip to content

Commit 508f789

Browse files
bogas04cpojer
authored andcommitted
Add hyperlink to video URL (#5528)
As per CSS rules, video's are hidden for mobile resolutions. This at least lets the user view them by clicking on the title. Going forward we should make a proper layout for mobile users.
1 parent 2d2fb5b commit 508f789

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/pages/en/videos.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class Videos extends React.Component {
3636
({title, description, type, url}, index) => {
3737
const textMarkup = (
3838
<div className="blockContent">
39-
<h2>{title}</h2>
39+
<h2><a href={url}>{title}</a></h2>
4040
<div>
4141
<MarkdownBlock>{description}</MarkdownBlock>
4242
</div>

0 commit comments

Comments
 (0)