diff --git a/src/components/Pagination.tsx b/src/components/Pagination.tsx index ad84a20..7f681b6 100644 --- a/src/components/Pagination.tsx +++ b/src/components/Pagination.tsx @@ -49,7 +49,9 @@ export default function Pagination(props: PaginationProps) { 1 -

...

+
  • +

    ...

    +
  • )} @@ -71,7 +73,9 @@ export default function Pagination(props: PaginationProps) { {currentPage !== totalPages && currentPage + 2 < totalPages && ( <> -

    ...

    +
  • +

    ...

    +