mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-26 17:16:11 -05:00
Merge pull request #2361 from LLK/hotfix/replace-logged-out
[Master] show intro for logged out users
This commit is contained in:
commit
4d4c9f8be7
1 changed files with 1 additions and 1 deletions
|
@ -492,7 +492,7 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/
|
|||
minWidth={frameless.desktop}
|
||||
>
|
||||
{
|
||||
(Date.now() < HOC_START_TIME && // Hide intro if HoC banner is showing
|
||||
(Date.now() < HOC_START_TIME || // Hide intro if HoC banner is showing
|
||||
Date.now() > HOC_END_TIME) ?
|
||||
[
|
||||
<Intro
|
||||
|
|
Loading…
Reference in a new issue