fix(heatmap): text

This commit is contained in:
null 2026-05-20 04:18:30 -05:00
parent e083e4e10c
commit 19a40d7cec
1 changed files with 3 additions and 0 deletions

View File

@ -171,6 +171,9 @@ export function ForgejoHeatmap({
))} ))}
<span>More</span> <span>More</span>
</div> </div>
<p className="mt-1.5 text-center text-[10px] text-muted opacity-70">
{days.reduce((sum, d) => sum + d.count, 0).toLocaleString()} contributions across all tracked repositories in the last 12 months.
</p>
</div> </div>
); );
} }