diff --git a/src/pages/landing/LandingPage.jsx b/src/pages/landing/LandingPage.jsx index d2cbd12..5e2b1ca 100644 --- a/src/pages/landing/LandingPage.jsx +++ b/src/pages/landing/LandingPage.jsx @@ -83,7 +83,7 @@ function LandingPage() { return { ...forum, weeklyClicks, likes, comments }; })); const sortedForum = sortForumByFeaturedScore(forumData); - setPosts(sortedForum.slice(0, 4)); + setPosts(sortedForum.slice(0, 3)); } catch (error) { console.error(`Firebase fetch error: ${error.message}`); } @@ -162,4 +162,4 @@ function LandingPage() { ); } -export default LandingPage; \ No newline at end of file +export default LandingPage;