Fix tournament cast logo stream 404

This commit is contained in:
Kalle
2024-03-27 23:06:35 +02:00
parent 558ff4d91a
commit 9c9ff3333c

View File

@@ -43,7 +43,7 @@ export function TournamentStream({
</div>
) : (
<div className="tournament__stream__user-container">
<Avatar size="xxs" url={tournament.logoSrc} />
<Avatar size="xxs" url={tournament.logoSrc + ".png"} />
Cast <span className="text-lighter">{stream.twitchUserName}</span>
</div>
)}