Updated LoggedOutNavigationBar to show links if on profile, grow search bar

• Updated:
- LoggedOutNavigationBar to show links if on profile, grow search bar
This commit is contained in:
mgabdev
2020-07-24 18:59:46 -05:00
parent 8abd3f59ad
commit 4b79bf0d06
2 changed files with 22 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ export default class ProfileLayout extends ImmutablePureComponent {
}
{
!me &&
<LoggedOutNavigationBar />
<LoggedOutNavigationBar isProfile />
}
<main role='main' className={[_s.default, _s.width100PC].join(' ')}>
@@ -98,7 +98,7 @@ export default class ProfileLayout extends ImmutablePureComponent {
}
{
!me &&
<LoggedOutNavigationBar />
<LoggedOutNavigationBar isProfile />
}
<main role='main' className={[_s.default, _s.width100PC].join(' ')}>