Skip to content

Commit

Permalink
fix: pagination page number
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-eof committed May 1, 2023
1 parent 08a0711 commit faf3078
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function Pagination({ numberOfPages, callback }: Props) {
}}
_hover={{ bg: 'lightyellow' }}
>
{pageNumber}
{pageNumber + 1}
</Box>
))}
<Box
Expand Down

0 comments on commit faf3078

Please sign in to comment.