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

Commit

Permalink
Remove unreadble alt attribute (nonsense to screenreaders)
Browse files Browse the repository at this point in the history
Split out from #8354
  • Loading branch information
MadLittleMods committed Mar 17, 2023
1 parent f3f8705 commit 065d7c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/structures/RoomStatusBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 065d7c7

Please sign in to comment.