From abe4f1827372e818c3204ee74254e8215704892e Mon Sep 17 00:00:00 2001 From: Satsuki Akiba Date: Mon, 9 Jun 2025 08:35:24 +0900 Subject: [PATCH] Update --- frontend/src/components/FeedList.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/frontend/src/components/FeedList.tsx b/frontend/src/components/FeedList.tsx index c3eb52b..666e77e 100644 --- a/frontend/src/components/FeedList.tsx +++ b/frontend/src/components/FeedList.tsx @@ -22,7 +22,7 @@ function FeedList() { // Pagination state const [currentPage, setCurrentPage] = useState(1); - const [pageSize, setPageSize] = useState(12); + const [pageSize, setPageSize] = useState(15); const [totalPages, setTotalPages] = useState(1); const [totalFeeds, setTotalFeeds] = useState(0); @@ -192,10 +192,10 @@ function FeedList() { borderRadius: "4px", }} > - - - - + + + +