Skip to content

Commit

Permalink
Add pagination gap
Browse files Browse the repository at this point in the history
  • Loading branch information
jebessaD authored and Endalebob committed Jun 26, 2023
1 parent c5c383c commit 8f36b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/admin/Pagination.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ const Pagination: React.FC<PaginationProps> = ({

return (
<nav>
<ul className="flex justify-center space-x-2">
<ul className="flex justify-center space-x-2 py-3">
{pageNumbers.map((pageNumber, index) => (
<li
key={index}
Expand Down

0 comments on commit 8f36b7b

Please sign in to comment.