mirror of
https://github.com/maciej3031/comixify.git
synced 2026-03-11 08:54:35 +00:00
Update sample
This commit is contained in:
parent
44700b2fa1
commit
a5151d2f32
2 changed files with 6 additions and 6 deletions
|
|
@ -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
Loading…
Reference in a new issue