From 8468140c600e0963156989f540646f3baaa6a477 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Tue, 26 Jan 2021 12:20:07 +0900 Subject: [PATCH] style: for mobile --- components/Paginator.tsx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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} + - +