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() { ); })}