Merge pull request #359 from TheGrits/patch-2

Fix gh-357: Splash - Initial value of project count is arbitrary
This commit is contained in:
Matthew Taylor 2016-02-23 11:43:26 -05:00
commit 0ac9f5edc5

View file

@ -27,7 +27,7 @@ var Splash = injectIntl(React.createClass({
],
getInitialState: function () {
return {
projectCount: 10569070,
projectCount: 'over 13 million', // 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"