mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #2495 from chrisgarrity/issue/2493-skip-tutorial
Remove tutorial for logged in users.
This commit is contained in:
commit
2972ac7462
1 changed files with 1 additions and 1 deletions
|
@ -463,7 +463,7 @@ class SplashPresentation extends React.Component { // eslint-disable-line react/
|
|||
>
|
||||
{ShowSmallTopBanner ?
|
||||
<SmallTopBanner /> :
|
||||
<TopBanner actionLink="/projects/editor/?tutorial=whatsnew" />
|
||||
<TopBanner actionLink="/projects/editor/" />
|
||||
}
|
||||
</MediaQuery>
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue