Skip to content

Commit 9b6420b

Browse files
committed
Hide chart from assistive technology
1 parent 07be145 commit 9b6420b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotcom-rendering/src/components/FootballMatchStat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export const FootballMatchStat = ({
143143
{formatValue(away.value, showPercentage)}
144144
</span>
145145
</div>
146-
<div css={chartCss}>
146+
<div aria-hidden="true" css={chartCss}>
147147
<div
148148
css={barCss}
149149
style={{

0 commit comments

Comments
 (0)