diff --git a/src/components/navigation/www/navigation.jsx b/src/components/navigation/www/navigation.jsx index c8865aa5e55..a5f1f8eb579 100644 --- a/src/components/navigation/www/navigation.jsx +++ b/src/components/navigation/www/navigation.jsx @@ -92,49 +92,57 @@ class Navigation extends React.Component { } window.location.href = targetUrl; } - render () { - const createLink = this.props.user ? '/projects/editor/' : '/projects/editor/?tutorial=getStarted'; - return ( - -