Update sample

This commit is contained in:
adamsvystun 2018-11-17 19:25:20 +01:00
parent 44700b2fa1
commit a5151d2f32
2 changed files with 6 additions and 6 deletions

View file

@ -328,14 +328,14 @@ class App extends React.Component {
/>
</div>
<div>
<div className="yt-clip-label">Politics</div>
<div className="yt-clip-label">Superhero</div>
<YouTube
videoId="F2b-2YnfZso"
videoId="sO5zEIclVw8"
opts={{
height: '90',
width: '150',
}}
onPlay={this.onSamplePlay.bind(this, "F2b-2YnfZso")}
onPlay={this.onSamplePlay.bind(this, "sO5zEIclVw8")}
/>
</div>
</div>

File diff suppressed because one or more lines are too long