Merge pull request #1923 from apple502j/patch-3

Change splash to use 30000000
This commit is contained in:
Andrew Sliwinski 2018-06-14 12:29:17 -04:00 committed by GitHub
commit 3f4f413510
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ class Splash extends React.Component {
'shouldShowEmailConfirmation'
]);
this.state = {
projectCount: 20000000, // gets the shared project count
projectCount: 30000000, // gets the shared project count
news: [], // gets news posts from the scratch Tumblr
emailConfirmationModalOpen: false, // flag that determines whether to show banner to request email conf.
refreshCacheStatus: 'notrequested'