From f62aee8d085c7111a69a7535ee9965698a6de569 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Thu, 13 Nov 2025 06:04:36 +0000 Subject: [PATCH] completionId: cgen-737b095c6e4540e3992cd01530a793e4 cgen-737b095c6e4540e3992cd01530a793e4 --- client/pages/Dashboard.tsx | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/client/pages/Dashboard.tsx b/client/pages/Dashboard.tsx index 87af6bf8..6e8b383c 100644 --- a/client/pages/Dashboard.tsx +++ b/client/pages/Dashboard.tsx @@ -896,9 +896,12 @@ export default function Dashboard() { {/* Quick Actions */} - - - Quick Actions + + + + + Quick Actions + {quickActions.map((action, index) => { @@ -907,16 +910,17 @@ export default function Dashboard() { ); })}