Skip to content

Commit

Permalink
#50 Add popular profiles on mobiles
Browse files Browse the repository at this point in the history
  • Loading branch information
SandraBergstrom committed Jun 28, 2023
1 parent 2d84d4e commit 1ebd1ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/posts/PostsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function PostsPage({ message, filter = "" }) {
return (
<Row className="h-100">
<Col className="py-2 p-0 p-lg-2" lg={8}>
<p>Popular profiles mobile</p>
<PopularTravelers mobile />
<Form
className={`d-flex ${styles.SearchBar}`}
onSubmit={(event) => event.preventDefault()}
Expand Down

0 comments on commit 1ebd1ed

Please sign in to comment.