diff --git a/docs/guides/react.md b/docs/guides/react.md index 2d3702fd7..5b784fdeb 100644 --- a/docs/guides/react.md +++ b/docs/guides/react.md @@ -28,8 +28,10 @@ export default class VideoPlayer extends React.Component { // see https://github.com/videojs/video.js/pull/3856 render() { return ( -
- +
+
+ +
) }