Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
Fix content layout and menu behaviour of suggestions page
Browse files Browse the repository at this point in the history
  • Loading branch information
artkravchenko committed Apr 18, 2017
1 parent a520310 commit ad710dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/base/suggestions.js
Expand Up @@ -36,9 +36,9 @@ const BaseSuggestionsPage = ({ children, current_user, is_logged_in, messages, t
<Header current_user={current_user} is_logged_in={is_logged_in} />

<Page>
<PageMain>
<PageMain className="page__main--only-content">
<PageBody>
<Sidebar isEmpty />
<Sidebar isDesktopEnabled={false} />
<PageContent>
<Messages messages={messages} removeMessage={triggers.removeMessage} />
<div className="paper">
Expand Down
4 changes: 3 additions & 1 deletion src/pages/suggestions.js
Expand Up @@ -84,7 +84,9 @@ const SuggestionsPage = ({ current_user, dispatch, is_logged_in, following, mess
>
<Helmet title="Suggested users at " />
<div className="paper__page">
<p>You are logged in. You can proceed to <Link className="link" to="/">your feed</Link>.</p>
<div className="content">
<p>You are logged in. You can proceed to <Link className="link" to="/">your feed</Link>.</p>
</div>
</div>

<DiscoverGrid
Expand Down

0 comments on commit ad710dd

Please sign in to comment.