fix minor css issue on stickies

This commit is contained in:
KS Jannette
2026-08-01 04:50:40 -04:00
parent 8e79e78006
commit c6b07ccb56
2 changed files with 68 additions and 61 deletions

View File

@@ -95,7 +95,7 @@ const Stickies = () => {
<div className="clusters-container">
{score != null && (
<div className="cohesion-score">
Cluster cohesion: {scoreLabel(score)}
Cluster cohesion: <strong>{scoreLabel(score)}</strong>
</div>
)}
{rankedClusters.map((group, index) => (