Skip to content

Commit

Permalink
refactor: home published exams pagination view
Browse files Browse the repository at this point in the history
  • Loading branch information
alstn113 committed Dec 24, 2024
1 parent dad44ac commit 872442e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion web/src/pages/HomePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ const ExamListContent = () => {
</div>
<div className="flex justify-center mt-5">
<Pagination
color="secondary"
color="primary"
showControls
showShadow
page={page}
total={pageInfo.totalPages}
onChange={(page) => setPage(page)}
Expand Down

0 comments on commit 872442e

Please sign in to comment.