mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Remove projectCount
from intro.jsx
thanks @rschamp!
This commit is contained in:
parent
4914ba6d85
commit
9a2a923b7b
1 changed files with 0 additions and 4 deletions
|
@ -13,9 +13,6 @@ Modal.setAppElement(document.getElementById('view'));
|
||||||
|
|
||||||
var Intro = React.createClass({
|
var Intro = React.createClass({
|
||||||
type: 'Intro',
|
type: 'Intro',
|
||||||
propTypes: {
|
|
||||||
projectCount: React.PropTypes.number
|
|
||||||
},
|
|
||||||
getDefaultProps: function () {
|
getDefaultProps: function () {
|
||||||
return {
|
return {
|
||||||
messages: {
|
messages: {
|
||||||
|
@ -29,7 +26,6 @@ var Intro = React.createClass({
|
||||||
'intro.description': 'A creative learning community with <span class="project-count"> ' +
|
'intro.description': 'A creative learning community with <span class="project-count"> ' +
|
||||||
'over 13 million </span>projects shared'
|
'over 13 million </span>projects shared'
|
||||||
},
|
},
|
||||||
projectCount: 13000000,
|
|
||||||
session: {}
|
session: {}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue