mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-11 13:46:10 -05:00
Fix tournament cast logo stream 404
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user