mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 09:35:56 -05:00
Remove tutorial for logged in users.
This commit is contained in:
parent
8ea6a9782f
commit
0d5323ff0c
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/
|
||||||
>
|
>
|
||||||
{ShowSmallTopBanner ?
|
{ShowSmallTopBanner ?
|
||||||
<SmallTopBanner /> :
|
<SmallTopBanner /> :
|
||||||
<TopBanner actionLink="/projects/editor/?tutorial=whatsnew" />
|
<TopBanner actionLink="/projects/editor/" />
|
||||||
}
|
}
|
||||||
</MediaQuery>
|
</MediaQuery>
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue