From 462742c3ce7105a5386cdd381a16ab90a751e884 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sat, 18 Oct 2025 03:21:49 +0000 Subject: [PATCH] Dashboard: update quickActions cgen-5cd93418151f42c98df233f4c631fca7 --- client/pages/Dashboard.tsx | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 8eeb6e8b..68ee5699 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -561,18 +561,10 @@ export default function Dashboard() { }; const quickActions = [ - { - title: "Start New Project", - icon: Rocket, - color: "from-blue-500 to-purple-600", - }, - { title: "Join Team", icon: Users, color: "from-green-500 to-blue-600" }, + { title: "Start New Project", icon: Rocket, color: "from-blue-500 to-purple-600" }, + { title: "Create Team", icon: Users, color: "from-green-500 to-blue-600" }, { title: "Access Labs", icon: Zap, color: "from-yellow-500 to-orange-600" }, - { - title: "View Analytics", - icon: BarChart3, - color: "from-purple-500 to-pink-600", - }, + { title: "View Analytics", icon: BarChart3, color: "from-purple-500 to-pink-600" }, ]; if (isLoading) {