mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
Merge branch 'master' of github.com:tomlum/scratch-www into force-account-rename
This commit is contained in:
commit
54a23183f9
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ const SCRATCH_WEEK_START_TIME = 1621224000000; // 2021-05-17 00:00:00 -- No end
|
|||
// const HOC_END_TIME = 1639353600000; // 2021-12-13 00:00:00 GMT in ms
|
||||
|
||||
const HOC_START_TIME = 1668574800000; // 2022-11-16 00:00:00 GMT in ms
|
||||
const HOC_END_TIME = 1670821200000; // 2022-12-12 00:00:00 GMT in ms
|
||||
const HOC_END_TIME = 1670821200000; // 2022-12-16 00:00:00 GMT in ms
|
||||
|
||||
class Splash extends React.Component {
|
||||
constructor (props) {
|
||||
|
|
Loading…
Reference in a new issue