diff --git a/components/Paginator.tsx b/components/Paginator.tsx index 888e6f1..53a3669 100644 --- a/components/Paginator.tsx +++ b/components/Paginator.tsx @@ -4,11 +4,11 @@ const Paginator = ({ currentPage, totalPage, pathname }:PaginatorProps):JSX.Elem return
- + -
+
{pages[0]} @@ -35,8 +35,11 @@ const Paginator = ({ currentPage, totalPage, pathname }:PaginatorProps):JSX.Elem {pages[4]}
+ + {currentPage} + - +