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() {