From 1647fa3f4e08100f714681a79d8c16b3f4849a3f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:28:32 +0000 Subject: [PATCH 1/2] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 24 ++++++++++++++++++------ 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 39051dc..68e66e3 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -99,17 +99,29 @@ export default function DashboardPage() { Date: Tue, 10 Mar 2026 13:28:33 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 75 +++++++++++++++++++++++++++++++++--------------- 1 file changed, 52 insertions(+), 23 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a398d38..ed99915 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -78,17 +78,29 @@ export default function HomePage() {