mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-11-08 16:38:54 -05:00
fix: Remove the title "More videos" in related videos screen
This commit is contained in:
parent
bb70888748
commit
4edd93f182
@ -28,12 +28,6 @@ class EndScreenOverlay extends Component {
|
|||||||
className: 'vjs-end-screen-overlay',
|
className: 'vjs-end-screen-overlay',
|
||||||
});
|
});
|
||||||
|
|
||||||
// Create title
|
|
||||||
const title = videojs.dom.createEl('div', {
|
|
||||||
className: 'vjs-related-videos-title',
|
|
||||||
});
|
|
||||||
title.textContent = 'More Videos';
|
|
||||||
|
|
||||||
// Create grid container
|
// Create grid container
|
||||||
const grid = videojs.dom.createEl('div', {
|
const grid = videojs.dom.createEl('div', {
|
||||||
className: 'vjs-related-videos-grid',
|
className: 'vjs-related-videos-grid',
|
||||||
@ -54,7 +48,6 @@ class EndScreenOverlay extends Component {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
overlay.appendChild(title);
|
|
||||||
overlay.appendChild(grid);
|
overlay.appendChild(grid);
|
||||||
|
|
||||||
return overlay;
|
return overlay;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user