bessere Farbe
This commit is contained in:
@@ -70,7 +70,7 @@ function Tie({
|
||||
return (
|
||||
<div className={`tie ${isFinal ? "final-tie" : ""}`}>
|
||||
<div className="match-badge">{tie.matchNumber}</div>
|
||||
<div className="tie-head">
|
||||
<div className="tie-meta">
|
||||
{matchInfo || `Spiel ${tie.matchNumber}`}
|
||||
</div>
|
||||
<Side s={tie.home} prob={tie.prob?.home} teams={teams} onShowTip={onShowTip} onHideTip={onHideTip} />
|
||||
|
||||
Reference in New Issue
Block a user