From 4f7c2926f95e4ede9d9208bbba8ded592e9e9a2f Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Mon, 23 Jan 2023 19:39:56 -0800 Subject: [PATCH] Give status bar a aria role of status. For #1826 --- web/components/ui/Statusbar/Statusbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/components/ui/Statusbar/Statusbar.tsx b/web/components/ui/Statusbar/Statusbar.tsx index 43a98dad7..e6248d90f 100644 --- a/web/components/ui/Statusbar/Statusbar.tsx +++ b/web/components/ui/Statusbar/Statusbar.tsx @@ -66,7 +66,7 @@ export const Statusbar: FC = ({ } return ( -
+
{onlineMessage}
{rightSideMessage}