Merge pull request #2495 from chrisgarrity/issue/2493-skip-tutorial

Remove tutorial for logged in users.
This commit is contained in:
chrisgarrity 2018-12-18 07:16:24 -05:00 committed by GitHub
commit 2972ac7462
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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