From f091fc89efd02e681104e4b11d8ba40df4313188 Mon Sep 17 00:00:00 2001 From: Liam Date: Tue, 24 Oct 2023 13:40:48 +0100 Subject: [PATCH] idk what to even call thiis --- src/components/Pagination.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 && ( <> -

    ...

    +
  • +

    ...

    +