fix(heatmap): text
This commit is contained in:
parent
e083e4e10c
commit
19a40d7cec
|
|
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue