refactor: substitui '•' por '-' em textos de exibição

As alterações consistem na substituição do caractere '•' por '-' em várias partes do código, visando padronizar a formatação dos textos exibidos. Essa mudança foi aplicada em componentes como `event-modal`, `accounts-page`, `expenses-by-category-widget`, `income-by-category-widget`, `pending-invoice-card`, entre outros, para melhorar a consistência visual da interface.
This commit is contained in:
Felipe Coutinho
2025-11-22 12:58:57 -03:00
parent 8c5313119d
commit ac24961e4b
14 changed files with 105 additions and 101 deletions

View File

@@ -114,7 +114,7 @@ const renderBoleto = (event: Extract<CalendarEvent, { type: "boleto" }>) => {
<div className="flex flex-col">
<span className="text-sm font-semibold">{event.lancamento.name}</span>
<span className="text-xs text-muted-foreground">
Boleto{formattedDueDate ? ` Vence em ${formattedDueDate}` : ""}
Boleto{formattedDueDate ? ` - Vence em ${formattedDueDate}` : ""}
</span>
</div>
<span className="text-sm font-semibold text-foreground">