From b01818cf5f0a5ab36d66976d3fbccf8660fdf140 Mon Sep 17 00:00:00 2001 From: esdrasrenan Date: Sat, 13 Dec 2025 21:25:09 -0300 Subject: [PATCH] ui: dashboard filas com maior volume em largura total --- src/components/dashboard/dashboard-hero.tsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/dashboard/dashboard-hero.tsx b/src/components/dashboard/dashboard-hero.tsx index d2971c2..3b3fc44 100644 --- a/src/components/dashboard/dashboard-hero.tsx +++ b/src/components/dashboard/dashboard-hero.tsx @@ -296,11 +296,8 @@ export function DashboardQueueInsights() { ) as QueueTrendResponse | undefined return ( -
- +
+
) }