mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
"over 13 million"
Changed as per @mewtaylor's suggestion
This commit is contained in:
parent
53cf85a4c2
commit
9f2325bd83
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ var Splash = injectIntl(React.createClass({
|
||||||
],
|
],
|
||||||
getInitialState: function () {
|
getInitialState: function () {
|
||||||
return {
|
return {
|
||||||
projectCount: 12893209, // gets the shared project count
|
projectCount: "over 13 million", // gets the shared project count
|
||||||
activity: [], // recent social actions taken by users someone is following
|
activity: [], // recent social actions taken by users someone is following
|
||||||
news: [], // gets news posts from the scratch Tumblr
|
news: [], // gets news posts from the scratch Tumblr
|
||||||
featuredCustom: {}, // custom homepage rows, such as "Projects by Scratchers I'm Following"
|
featuredCustom: {}, // custom homepage rows, such as "Projects by Scratchers I'm Following"
|
||||||
|
|
Loading…
Reference in a new issue