diff --git a/src/components/Pagination/index.tsx b/src/components/Pagination/index.tsx index 242df8c..b2b45ed 100644 --- a/src/components/Pagination/index.tsx +++ b/src/components/Pagination/index.tsx @@ -44,7 +44,7 @@ const Pagination: React.FC = ({ totalPages, currentPage, onChange }) => { if (totalPages <= 1) return null; return ( -
+
{ ) )}
-
+