diff --git a/src/components/PaginationButton/index.tsx b/src/components/PaginationButton/index.tsx index 7b8263c..d010e1e 100644 --- a/src/components/PaginationButton/index.tsx +++ b/src/components/PaginationButton/index.tsx @@ -12,7 +12,7 @@ const PaginationButton: React.FC = ({ return ( handlePageChange(pageNumber)} - className="bg-red-400 p-2 rounded-md" + className="bg-red-400 p-2 rounded-md hover:cursor-pointer" >

{pageNumber}