mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
lint
This commit is contained in:
parent
be9175aa64
commit
33132818c0
4 changed files with 6 additions and 6 deletions
|
@ -11,7 +11,7 @@ const TextAndMediaSnippet = props => (
|
|||
<div className="half">
|
||||
{props.type === 'video' &&
|
||||
<VideoPreview
|
||||
buttonMessage=''
|
||||
buttonMessage=""
|
||||
thumbnail={props.large_image}
|
||||
thumbnailWidth="300"
|
||||
videoHeight="216"
|
||||
|
|
|
@ -13,14 +13,14 @@ const TimelineCard = props => (
|
|||
rel="noreferrer noopener"
|
||||
target="_blank"
|
||||
>
|
||||
<img src="../../images/annual-report/2020/Symbols-UI/Open Link.svg"/>
|
||||
<img src="../../images/annual-report/2020/Symbols-UI/Open Link.svg" />
|
||||
</a>
|
||||
<h5>{props.date}</h5>
|
||||
<h4>{props.title}</h4>
|
||||
<p>{props.text}</p>
|
||||
{props.videoId &&
|
||||
<VideoPreview
|
||||
buttonMessage=''
|
||||
buttonMessage=""
|
||||
thumbnail={props.image}
|
||||
thumbnailWidth="300"
|
||||
videoHeight="216"
|
||||
|
|
|
@ -67,7 +67,7 @@ class VideoPreview extends React.Component {
|
|||
/>
|
||||
{this.props.buttonMessage.length > 0 &&
|
||||
<a
|
||||
onClick={this.handleShowVideo}
|
||||
onClick={this.handleShowVideo}
|
||||
>
|
||||
<div className="button">
|
||||
{this.props.buttonMessage}
|
||||
|
|
|
@ -1152,7 +1152,7 @@ class AnnualReport extends React.Component {
|
|||
<div className="half">
|
||||
<iframe
|
||||
src="https://scratch.mit.edu/projects/389148460/embed"
|
||||
allowtransparency="true"
|
||||
allowTransparency="true"
|
||||
width="375"
|
||||
height="310"
|
||||
frameBorder="0"
|
||||
|
@ -1322,7 +1322,7 @@ class AnnualReport extends React.Component {
|
|||
<div className="iframe-holder">
|
||||
<iframe
|
||||
src="https://scratch.mit.edu/projects/412126066/embed"
|
||||
allowtransparency="true"
|
||||
allowTransparency="true"
|
||||
width="485"
|
||||
height="402"
|
||||
frameBorder="0"
|
||||
|
|
Loading…
Reference in a new issue