mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #1923 from apple502j/patch-3
Change splash to use 30000000
This commit is contained in:
commit
3f4f413510
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue