From 9b08a8e020bef4899655b19e59d0d51a909e46db Mon Sep 17 00:00:00 2001 From: Felipe Coutinho Date: Tue, 20 Jan 2026 13:40:21 +0000 Subject: [PATCH] =?UTF-8?q?style(dashboard):=20adicionar=20=C3=ADcone=20ao?= =?UTF-8?q?=20link=20"Ver=20mais"=20no=20widget=20Top=20Estabelecimentos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.5 --- lib/dashboard/widgets/widgets-config.tsx | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/lib/dashboard/widgets/widgets-config.tsx b/lib/dashboard/widgets/widgets-config.tsx index 1c4fd07..d11afe5 100644 --- a/lib/dashboard/widgets/widgets-config.tsx +++ b/lib/dashboard/widgets/widgets-config.tsx @@ -1,7 +1,5 @@ import { BoletosWidget } from "@/components/dashboard/boletos-widget"; -import { ExpensesByCategoryWidget } from "@/components/dashboard/expenses-by-category-widget"; import { ExpensesByCategoryWidgetWithChart } from "@/components/dashboard/expenses-by-category-widget-with-chart"; -import { IncomeByCategoryWidget } from "@/components/dashboard/income-by-category-widget"; import { IncomeByCategoryWidgetWithChart } from "@/components/dashboard/income-by-category-widget-with-chart"; import { IncomeExpenseBalanceWidget } from "@/components/dashboard/income-expense-balance-widget"; import { InstallmentExpensesWidget } from "@/components/dashboard/installment-expenses-widget"; @@ -16,6 +14,7 @@ import { RecurringExpensesWidget } from "@/components/dashboard/recurring-expens import { TopEstablishmentsWidget } from "@/components/dashboard/top-establishments-widget"; import { TopExpensesWidget } from "@/components/dashboard/top-expenses-widget"; import { + RiArrowRightLine, RiArrowUpDoubleLine, RiBarChartBoxLine, RiBarcodeLine, @@ -26,7 +25,6 @@ import { RiNumbersLine, RiPieChartLine, RiRefreshLine, - RiSecurePaymentLine, RiSlideshowLine, RiStore2Line, RiStore3Line, @@ -142,10 +140,10 @@ export const widgetsConfig: WidgetConfig[] = [ action: ( - AnĂ¡lise + ), }, @@ -169,6 +167,15 @@ export const widgetsConfig: WidgetConfig[] = [ component: ({ data }) => ( ), + action: ( + + Ver mais + + + ), }, { id: "purchases-by-category",