From 18539850faef203b7fffb365dc719d53c1f9da02 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Wed, 6 Aug 2025 03:25:46 +0000 Subject: [PATCH] Remove old mock recentProjects array cgen-54ee26a48a544e2aa68ed1b8ff2999ac --- client/pages/Dashboard.tsx | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index bf7febb9..bfec06d6 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -159,32 +159,6 @@ export default function Dashboard() { }, ]; - const recentProjects = [ - { - name: "Neural Network AI", - progress: 75, - status: "In Progress", - dueDate: "Dec 15", - team: 4, - priority: "High", - }, - { - name: "Blockchain Integration", - progress: 60, - status: "Development", - dueDate: "Dec 20", - team: 3, - priority: "Medium", - }, - { - name: "Cloud Infrastructure", - progress: 90, - status: "Testing", - dueDate: "Dec 10", - team: 6, - priority: "High", - }, - ]; const quickActions = [