From 9c9ff3333c6dc26891154695f92b6e34f116a161 Mon Sep 17 00:00:00 2001 From: Kalle <38327916+Sendouc@users.noreply.github.com> Date: Wed, 27 Mar 2024 23:06:35 +0200 Subject: [PATCH] Fix tournament cast logo stream 404 --- app/features/tournament/components/TournamentStream.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/features/tournament/components/TournamentStream.tsx b/app/features/tournament/components/TournamentStream.tsx index 2ebcbf618..63f4a6b4f 100644 --- a/app/features/tournament/components/TournamentStream.tsx +++ b/app/features/tournament/components/TournamentStream.tsx @@ -43,7 +43,7 @@ export function TournamentStream({ ) : (
- + Cast {stream.twitchUserName}
)}