From ab6b76fcb8aaeded70c9c812e7e9fd024b0ab795 Mon Sep 17 00:00:00 2001 From: Horux Dev Date: Sat, 13 Jun 2026 20:54:40 +0000 Subject: [PATCH] =?UTF-8?q?ui(dashboard):=20reordenar=20scorecards=20de=20?= =?UTF-8?q?notas=20de=20cr=C3=A9dito?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - NCs Emitidas ahora aparece después de Ingresos del Mes. - NCs Recibidas ahora aparece después de Gastos del Mes. --- apps/web/app/(dashboard)/dashboard/page.tsx | 28 ++++++++++----------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/apps/web/app/(dashboard)/dashboard/page.tsx b/apps/web/app/(dashboard)/dashboard/page.tsx index c18d1d5..fd8d70a 100644 --- a/apps/web/app/(dashboard)/dashboard/page.tsx +++ b/apps/web/app/(dashboard)/dashboard/page.tsx @@ -227,6 +227,13 @@ export default function DashboardPage() { } href={drillUrl('Ingresos del Mes - CFDIs', { bucket: 'ingresos' })} /> + } + trend="neutral" + trendValue="Notas de crédito emitidas" + /> + } + trend="neutral" + trendValue="Notas de crédito recibidas" + /> - } - trend="neutral" - trendValue="Notas de crédito emitidas" - /> - } - trend="neutral" - trendValue="Notas de crédito recibidas" - /> {/* Desglose por régimen */}