diff --git a/src/shared/components/Pagination.js b/src/shared/components/Pagination.js index 61b9162..f247bf3 100644 --- a/src/shared/components/Pagination.js +++ b/src/shared/components/Pagination.js @@ -55,7 +55,7 @@ const Pagination = ({ const to = Math.min(currentPage * limit, total); return ( -
+
{/* Per Page Selector */}