From aa63b64e43c2234ce0df0ff9bc00b5b342ae33e3 Mon Sep 17 00:00:00 2001 From: Lungsang <102473656+Lungsangg@users.noreply.github.com> Date: Wed, 19 Feb 2025 17:20:02 +0530 Subject: [PATCH] sheet_raw_data_from_api_display_increased_to_60 --- static/js/CommunityPage.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/CommunityPage.jsx b/static/js/CommunityPage.jsx index fb967fd119..ec238c0a14 100644 --- a/static/js/CommunityPage.jsx +++ b/static/js/CommunityPage.jsx @@ -76,7 +76,7 @@ CommunityPage.propTypes = { const RecentlyPublished = ({multiPanel, toggleSignUpModal}) => { const options = {}; - const pageSize = 16; + const pageSize = 60; const [nSheetsLoaded, setNSheetsLoded] = useState(0); // Start with recent sheets in the cache, if any const [recentSheets, setRecentSheets] = useState(Sefaria.sheets.publicSheets(0, pageSize, options));