mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-03-14 15:09:59 -04:00
Remove bannerUrl, as it’s only used in the modal.
This commit is contained in:
parent
e95caef368
commit
66f8ee201f
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ var MicroworldsHomepage = injectIntl(React.createClass({
|
|||
title={this.props.intl.formatMessage({id: tile.title})}
|
||||
tutorialLoc={tile.tutorialLoc}
|
||||
thumbUrl={tile.thumbUrl}
|
||||
bannerUrl={tile.bannerUrl}
|
||||
/>;
|
||||
}, this)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue