mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Give status bar a aria role of status. For #1826
This commit is contained in:
parent
e6be36af31
commit
4f7c2926f9
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user