Skip to content

Commit

Permalink
bottom padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank-Gu-81 committed Jan 21, 2025
1 parent 2388a13 commit eb43e45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Feed/Feed.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ function Feed({friends}) {
}
};

console.log(posts[0]);
return (
<div>
<AppBar />
Expand All @@ -79,7 +78,7 @@ function Feed({friends}) {
</Tabs>
<Container className="feed-content" maxWidth="sm">
<CourseSelect searchFunc={setSearch} />
<Box paddingBottom="30px">
<Box paddingBottom="80px">
<Stack spacing={3}>
{filteredPosts.length === 0 ?
(<p>No results found...</p>) :
Expand Down

0 comments on commit eb43e45

Please sign in to comment.