From 95c220d870eaf4c5489e9de60128f5b8dca1ea7a Mon Sep 17 00:00:00 2001 From: Andrew Howe-Ely Date: Fri, 7 Aug 2026 11:00:54 +0100 Subject: [PATCH] fix: empty alt text for match summary --- .../FootballMatchHeader/FootballMatchHeader.tsx | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/dotcom-rendering/src/components/FootballMatchHeader/FootballMatchHeader.tsx b/dotcom-rendering/src/components/FootballMatchHeader/FootballMatchHeader.tsx index 75e0907a78d..288b96a8631 100644 --- a/dotcom-rendering/src/components/FootballMatchHeader/FootballMatchHeader.tsx +++ b/dotcom-rendering/src/components/FootballMatchHeader/FootballMatchHeader.tsx @@ -379,10 +379,7 @@ const Team = (props: { isolation: 'isolate', }} > - + {props.match.kind !== 'Fixture' ? ( ); -const Crest = (props: { name: string; paID: string }) => ( +const Crest = (props: { paID: string }) => ( ( >