mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 03:36:07 +03:00
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 https://github.com/matrix-org/matrix-react-sdk/pull/8354
This commit is contained in:
parent
7a68bd9cef
commit
bac1ca5355
1 changed files with 1 additions and 2 deletions
|
@ -282,8 +282,7 @@ export default class RoomStatusBar extends React.PureComponent<IProps, IState> {
|
|||
src={require("../../../res/img/feather-customised/warning-triangle.svg").default}
|
||||
width="24"
|
||||
height="24"
|
||||
title="/!\ "
|
||||
alt="/!\ "
|
||||
alt=""
|
||||
/>
|
||||
<div>
|
||||
<div className="mx_RoomStatusBar_connectionLostBar_title">
|
||||
|
|
Loading…
Reference in a new issue