no tiny sidebar signup
This commit is contained in:
parent
f0a961b8f8
commit
cf1d051288
1 changed files with 1 additions and 14 deletions
|
@ -371,20 +371,7 @@ function SideNavigation(props: Props) {
|
|||
</ul>
|
||||
)}
|
||||
|
||||
{!isAuthenticated &&
|
||||
(sidebarOpen ? (
|
||||
unAuthNudge
|
||||
) : (
|
||||
<div className="navigation-links--micro">
|
||||
<Button
|
||||
label={__('Sign Up')}
|
||||
navigate={`/$/${PAGES.AUTH}`}
|
||||
icon={ICONS.SIGN_IN}
|
||||
className={classnames('navigation-link')}
|
||||
activeClass="navigation-link--active"
|
||||
/>
|
||||
</div>
|
||||
))}
|
||||
{!isAuthenticated && sidebarOpen && unAuthNudge}
|
||||
</div>
|
||||
|
||||
{SIMPLE_SITE && sidebarOpen && helpLinks}
|
||||
|
|
Loading…
Add table
Reference in a new issue