third place

This commit is contained in:
2026-06-24 23:02:46 -05:00
parent a4a47b431a
commit c9bdc0c5cf
2 changed files with 4 additions and 1 deletions

View File

@@ -35,7 +35,7 @@ export default function ThirdPlace({
>
<td>{r.overallRank}</td>
<td>{r.group}</td>
<td style={{ fontWeight: 600 }}>{name(r.teamId)}</td>
<td className={r.played === 3 ? "team-complete" : ""} style={{ fontWeight: 600 }}>{name(r.teamId)}</td>
<td>{r.played}</td>
<td className="pts">{r.points}</td>
<td>{r.goalDiff > 0 ? `+${r.goalDiff}` : r.goalDiff}</td>