mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Set real start date
This commit is contained in:
parent
8b79a1406d
commit
d83769be71
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ const ShareProjectMessage = require('./activity-rows/share-project.jsx');
|
||||||
const TopBanner = require('./hoc/top-banner.jsx');
|
const TopBanner = require('./hoc/top-banner.jsx');
|
||||||
const MiddleBanner = require('./hoc/middle-banner.jsx');
|
const MiddleBanner = require('./hoc/middle-banner.jsx');
|
||||||
|
|
||||||
const HOC_START_TIME = 157526280000; // 2019-12-02 00:00:00
|
const HOC_START_TIME = 1575262800000; // 2019-12-02 00:00:00
|
||||||
const HOC_END_TIME = 1577077200000; // 2019-12-23 00:00:00
|
const HOC_END_TIME = 1577077200000; // 2019-12-23 00:00:00
|
||||||
|
|
||||||
require('./splash.scss');
|
require('./splash.scss');
|
||||||
|
|
Loading…
Reference in a new issue