Unverified Commit 070cbe09 authored by apple502j's avatar apple502j Committed by GitHub

Change splash (GH-1916)

It uses "30000000 projects" by default now!
parent 57c65c82
......@@ -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'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment