mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Use header tag
This commit is contained in:
parent
f14996db5c
commit
73fbb4c075
@ -26,7 +26,7 @@ export const Header: FC<HeaderComponentProps> = ({
|
||||
chatAvailable,
|
||||
chatDisabled,
|
||||
}) => (
|
||||
<div className={cn([`${styles.header}`], 'global-header')}>
|
||||
<header className={cn([`${styles.header}`], 'global-header')}>
|
||||
<div className={styles.logo}>
|
||||
<div id="header-logo" className={styles.logoImage}>
|
||||
<OwncastLogo variant="contrast" />
|
||||
@ -41,6 +41,6 @@ export const Header: FC<HeaderComponentProps> = ({
|
||||
<Tag style={{ cursor: 'pointer' }}>Chat offline</Tag>
|
||||
</Tooltip>
|
||||
)}
|
||||
</div>
|
||||
</header>
|
||||
);
|
||||
export default Header;
|
||||
|
Loading…
x
Reference in New Issue
Block a user