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

Commit 065d7c7

Browse files
committed
Remove unreadble alt attribute (nonsense to screenreaders)
Split out from #8354
1 parent f3f8705 commit 065d7c7

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)