mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -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({
|
||||
type: 'Intro',
|
||||
propTypes: {
|
||||
projectCount: React.PropTypes.number
|
||||
},
|
||||
getDefaultProps: function () {
|
||||
return {
|
||||
messages: {
|
||||
|
@ -29,7 +26,6 @@ var Intro = React.createClass({
|
|||
'intro.description': 'A creative learning community with <span class="project-count"> ' +
|
||||
'over 13 million </span>projects shared'
|
||||
},
|
||||
projectCount: 13000000,
|
||||
session: {}
|
||||
};
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue