From 36beeb8a2c69d3ff28382e559c0ece3fef6ab933 Mon Sep 17 00:00:00 2001 From: headlessdev Date: Mon, 14 Apr 2025 21:36:15 +0200 Subject: [PATCH] Pagination Button Improvements --- app/dashboard/applications/Applications.tsx | 4 ++-- app/dashboard/servers/Servers.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app/dashboard/applications/Applications.tsx b/app/dashboard/applications/Applications.tsx index 512a844..3cd4199 100644 --- a/app/dashboard/applications/Applications.tsx +++ b/app/dashboard/applications/Applications.tsx @@ -686,9 +686,9 @@ export default function Dashboard() { 1} + style={{ cursor: currentPage === 1 ? 'not-allowed' : 'pointer' }} /> @@ -696,9 +696,9 @@ export default function Dashboard() { diff --git a/app/dashboard/servers/Servers.tsx b/app/dashboard/servers/Servers.tsx index 8255792..00b4014 100644 --- a/app/dashboard/servers/Servers.tsx +++ b/app/dashboard/servers/Servers.tsx @@ -760,9 +760,9 @@ export default function Dashboard() { 1} + style={{ cursor: currentPage === 1 ? 'not-allowed' : 'pointer' }} /> @@ -772,9 +772,9 @@ export default function Dashboard() {