Skip to content

Commit 86f913b

Browse files
MadLittleModstoomore
authored andcommitted
Remove unreadable alt attribute from the room status bar warning icon (nonsense to screenreaders) (#10402)
And the other content like the title already describe what's going on sufficiently. Split out from matrix-org/matrix-react-sdk#8354
1 parent 82ec2ce commit 86f913b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/structures/RoomStatusBar.tsx

+1-2
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,7 @@ export default class RoomStatusBar extends React.PureComponent<IProps, IState> {
282282
src={require("../../../res/img/feather-customised/warning-triangle.svg").default}
283283
width="24"
284284
height="24"
285-
title="/!\ "
286-
alt="/!\ "
285+
alt=""
287286
/>
288287
<div>
289288
<div className="mx_RoomStatusBar_connectionLostBar_title">

0 commit comments

Comments
 (0)