mirror of
https://github.com/marcogll/TaxHacker_s23.git
synced 2026-01-13 21:35:19 +00:00
fix: use short month names
This commit is contained in:
@@ -121,7 +121,7 @@ export function IncomeExpenseGraph({ data, defaultCurrency }: IncomeExpenseGraph
|
||||
onClick={() => item.income > 0 && handleBarClick(item, "income")}
|
||||
>
|
||||
{/* Period label above income bars */}
|
||||
<div className="text-sm font-bold text-gray-700 break-all mb-2 text-center">
|
||||
<div className="text-sm font-bold text-gray-700 break-words mb-2 text-center">
|
||||
{formatPeriodLabel(item.period, item.date)}
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user