Give status bar a aria role of status. For #1826

This commit is contained in:
Gabe Kangas 2023-01-23 19:39:56 -08:00
parent e6be36af31
commit 4f7c2926f9
No known key found for this signature in database
GPG key ID: 4345B2060657F330

View file

@ -66,7 +66,7 @@ export const Statusbar: FC<StatusbarProps> = ({
}
return (
<div className={styles.statusbar}>
<div className={styles.statusbar} role="status">
<div>{onlineMessage}</div>
<div>{rightSideMessage}</div>
</div>