mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Lint
This commit is contained in:
parent
65734a9577
commit
715ef7d675
1 changed files with 7 additions and 5 deletions
|
@ -120,11 +120,13 @@ var Intro = React.createClass({
|
||||||
<img src="//cdn.scratch.mit.edu/scratchr2/static/images/hp-video-screenshot.png" />
|
<img src="//cdn.scratch.mit.edu/scratchr2/static/images/hp-video-screenshot.png" />
|
||||||
</div>
|
</div>
|
||||||
<Modal
|
<Modal
|
||||||
className="video-modal"
|
className="video-modal"
|
||||||
isOpen={this.state.videoOpen}
|
isOpen={this.state.videoOpen}
|
||||||
onRequestClose={this.closeVideo}
|
onRequestClose={this.closeVideo}
|
||||||
frameSettings={frameSettings}>
|
frameSettings={frameSettings}>
|
||||||
<iframe src="//player.vimeo.com/video/65583694?title=0&byline=0&portrait=0" {...omit(frameSettings, 'padding')} />
|
<iframe
|
||||||
|
src="//player.vimeo.com/video/65583694?title=0&byline=0&portrait=0"
|
||||||
|
{...omit(frameSettings, 'padding')} />
|
||||||
</Modal>
|
</Modal>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue