diff --git a/components/icons/Previous.tsx b/components/icons/Previous.tsx index 4b78a6c4d535..3bf10d5e3b84 100644 --- a/components/icons/Previous.tsx +++ b/components/icons/Previous.tsx @@ -4,7 +4,7 @@ import React from 'react'; /** * @description Icons for Previous button in pagination */ -export default function IconPrevios() { +export default function IconPrevious() { return ( +
+
{getPageNumbers().map((page) => typeof page === 'number' ? ( ) : ( @@ -97,12 +102,16 @@ export default function Pagination({ totalPages, currentPage, onPageChange }: Pa {/* Next button */}
+ ); }