add back sign in link on desktop
This commit is contained in:
parent
df2e3c12be
commit
4ebb463508
1 changed files with 5 additions and 0 deletions
|
@ -320,6 +320,11 @@ const Header = (props: Props) => {
|
|||
</div>
|
||||
<span className="menu__link-help">{email}</span>
|
||||
</MenuItem>
|
||||
) : !IS_WEB ? (
|
||||
<MenuItem className="menu__link" onSelect={() => history.push(`/$/${PAGES.AUTH}`)}>
|
||||
<Icon aria-hidden icon={ICONS.INVITE} />
|
||||
{__('Sign In')}
|
||||
</MenuItem>
|
||||
) : null}
|
||||
</MenuList>
|
||||
</Menu>
|
||||
|
|
Loading…
Add table
Reference in a new issue