Skip to content

Commit

Permalink
Remove popular profiles on post page
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jul 3, 2023
1 parent c654ed6 commit b7ae0fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/posts/PostPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ function PostPage() {

return (
<Row className="h-100">
<Col className="py-2 p-0 p-lg-2" lg={8}>
<p>Popular travelers for mobile</p>
<Col className="py-2 p-0 p-lg-2" lg={12}>
{/* <p>Popular travelers for mobile</p> */}
<Post {...post.results[0]} setPosts={setPost} postPage />
<Container className={appStyles.Content}>
{currentUser ? (
Expand Down Expand Up @@ -81,7 +81,7 @@ function PostPage() {
</Container>
</Col>
<Col lg={4} className="d-none d-lg-block p-0 p-lg-2">
Popular travelers for desktop
{/* Popular travelers for desktop */}
</Col>
</Row>
);
Expand Down

0 comments on commit b7ae0fd

Please sign in to comment.