Remove tutorial for logged in users.

This commit is contained in:
chrisgarrity 2018-12-17 10:40:48 -05:00
parent 8ea6a9782f
commit 0d5323ff0c

View file

@ -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>
}