- Acompanhe o histórico de desempenho das suas categorias ao longo de 9 - meses. -
+
- {formatDistanceToNow(new Date(entry.date), {
+ {formatDistanceToNow(parseSafariCompatibleDate(entry.date), {
addSuffix: true,
locale: ptBR,
})}
diff --git a/components/dashboard/category-history-widget.tsx b/components/dashboard/category-history-widget.tsx
index b56a8a9..c381e2e 100644
--- a/components/dashboard/category-history-widget.tsx
+++ b/components/dashboard/category-history-widget.tsx
@@ -205,7 +205,7 @@ export function CategoryHistoryWidget({ data }: CategoryHistoryWidgetProps) {
Se você pagar tudo que está selecionado:
diff --git a/components/dashboard/section-cards.tsx b/components/dashboard/section-cards.tsx
index 6135cb4..3e1a732 100644
--- a/components/dashboard/section-cards.tsx
+++ b/components/dashboard/section-cards.tsx
@@ -7,6 +7,7 @@ import {
CardTitle,
} from "@/components/ui/card";
import type { DashboardCardMetrics } from "@/lib/dashboard/metrics";
+import { title_font } from "@/public/fonts/font_index";
import {
RiArrowDownLine,
RiArrowUpLine,
@@ -15,7 +16,6 @@ import {
RiSubtractLine,
} from "@remixicon/react";
import MoneyValues from "../money-values";
-import { title_font } from "@/public/fonts/font_index";
type SectionCardsProps = {
metrics: DashboardCardMetrics;
@@ -73,7 +73,7 @@ export function SectionCards({ metrics }: SectionCardsProps) {
+