mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
13mil -> 14mil
This commit is contained in:
parent
19a0ed3f4b
commit
123b366180
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ var Splash = injectIntl(React.createClass({
|
|||
],
|
||||
getInitialState: function () {
|
||||
return {
|
||||
projectCount: 13000000, // gets the shared project count
|
||||
projectCount: 14000000, // gets the shared project count
|
||||
activity: [], // recent social actions taken by users someone is following
|
||||
news: [], // gets news posts from the scratch Tumblr
|
||||
featuredCustom: {}, // custom homepage rows, such as "Projects by Scratchers I'm Following"
|
||||
|
|
Loading…
Reference in a new issue