Skip to content

Commit

Permalink
Update Home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
HimanshuNarware authored Sep 8, 2024
1 parent 3a1f015 commit 85a8e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/Component/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -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([]);
Expand Down

0 comments on commit 85a8e29

Please sign in to comment.