From 065d7c7b447789c1ee953e0b68d40e0fe1788396 Mon Sep 17 00:00:00 2001 From: Eric Eastwood Date: Fri, 17 Mar 2023 15:27:36 -0500 Subject: [PATCH] Remove unreadble alt attribute (nonsense to screenreaders) Split out from https://github.com/matrix-org/matrix-react-sdk/pull/8354 --- src/components/structures/RoomStatusBar.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/components/structures/RoomStatusBar.tsx b/src/components/structures/RoomStatusBar.tsx index ff9d4472d4a..2a92a49a5f8 100644 --- a/src/components/structures/RoomStatusBar.tsx +++ b/src/components/structures/RoomStatusBar.tsx @@ -282,8 +282,7 @@ export default class RoomStatusBar extends React.PureComponent { src={require("../../../res/img/feather-customised/warning-triangle.svg").default} width="24" height="24" - title="/!\ " - alt="/!\ " + alt="" />