Dashboard: update quickActions

cgen-5cd93418151f42c98df233f4c631fca7
This commit is contained in:
Builder.io 2025-10-18 03:21:49 +00:00
parent f0ef8dfaab
commit 462742c3ce

View file

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