mirror of
https://github.com/owncast/owncast.git
synced 2025-11-03 21:08:36 +08:00
Removed aria (#4430)
* fixed-aria * removed-aria * fix(js): linter error --------- Co-authored-by: Gabe Kangas <gabek@real-ity.com>
This commit is contained in:
@ -75,10 +75,8 @@ export const Statusbar: FC<StatusbarProps> = ({
|
||||
}
|
||||
|
||||
return (
|
||||
<div className={classNames(styles.statusbar, className)} role="status">
|
||||
<span aria-live="off" className={styles.onlineMessage}>
|
||||
{onlineMessage}
|
||||
</span>
|
||||
<div className={classNames(styles.statusbar, className)}>
|
||||
<span className={styles.onlineMessage}>{onlineMessage}</span>
|
||||
<span className={styles.viewerCount}>{rightSideMessage}</span>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user