diff --git a/frontend/src/Component/Home.js b/frontend/src/Component/Home.js index 92aaab78..5787a6e3 100644 --- a/frontend/src/Component/Home.js +++ b/frontend/src/Component/Home.js @@ -25,7 +25,7 @@ function Home(props) { } const [currentPage, setCurrentPage] = useState(1); - const postPerpage = 32; + const postPerpage = 44; const lastPostIndex = currentPage * postPerpage; const firstPostIndex = lastPostIndex - postPerpage; const [dataBaseData, setDataBaseData] = useState([]);