This commit is contained in:
2026-06-23 16:45:36 -05:00
parent e4d9f901cb
commit e2bfb0a17d
3 changed files with 39 additions and 12 deletions

View File

@@ -12,7 +12,10 @@ function Side({
// fix = ein echtes Team steht fest (nicht vorläufig). Eigene Klasse für klares Styling.
const fix = s.teamId != null && !s.provisional;
return (
<div className={`side ${s.isWinner ? "win" : ""} ${s.provisional ? "prov" : ""} ${fix ? "fix" : ""}`}>
<div
className={`side ${s.isWinner ? "win" : ""} ${s.provisional ? "prov" : ""} ${fix ? "fix" : ""}`}
title={s.tooltip ?? undefined}
>
<span className="nm">
{s.teamId ? (
<>