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", }} > - - - - + + + +