From 934a826c028411f8d996d81f332aec4754bc9fe3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:56:02 +0000 Subject: [PATCH] Update src/app/dashboard/page.tsx --- src/app/dashboard/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index a20c16c..f714e8e 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -24,6 +24,7 @@ export default function DashboardPage() { description="Manage your academic progress and tools." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "tasks", title: "Active Tasks", subtitle: "5 remaining", category: "Organization", value: "85%", buttons: [{ text: "View Tasks" }] }, { id: "calendar", title: "Upcoming Exams", subtitle: "Next: Math Final", category: "Schedule", value: "3", buttons: [{ text: "View Schedule" }] }, -- 2.49.1