diff --git a/projects/website/src/components/input/pagination.tsx b/projects/website/src/components/input/pagination.tsx
index 12bbd6a..c037473 100644
--- a/projects/website/src/components/input/pagination.tsx
+++ b/projects/website/src/components/input/pagination.tsx
@@ -174,6 +174,22 @@ export default function Pagination({
{renderPageNumbers()}
+ {!mobilePagination && currentPage < totalPages && totalPages - currentPage > 2 && (
+ <>
+
+
+
+
+ handleLinkClick(totalPages, e)}
+ >
+ {totalPages}
+
+
+ >
+ )}
+
{/* Next button - disabled on the last page */}