Fix activeProjects reference to use stats object

cgen-d129a6cdf2744e0ea79326e6d806d263
This commit is contained in:
Builder.io 2025-08-06 03:21:37 +00:00
parent 7b1fd9b63a
commit b401b9259d

View file

@ -132,10 +132,10 @@ export default function Dashboard() {
);
}
const stats = [
const statsDisplay = [
{
label: "Active Projects",
value: activeProjects,
value: stats.activeProjects,
icon: Rocket,
color: "from-blue-500 to-purple-600",
},