Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit bac1ca5

Browse files
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 #8354
1 parent 7a68bd9 commit bac1ca5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: 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)