mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Remove redundant title attribute from header. Closes #2620
This commit is contained in:
parent
d854b7d37a
commit
8bacd776bc
@ -44,7 +44,7 @@ export const Header: FC<HeaderComponentProps> = ({
|
||||
<div id="header-logo" className={styles.logoImage}>
|
||||
<OwncastLogo variant="contrast" />
|
||||
</div>
|
||||
<h1 className={styles.title} id="global-header-text" title={name}>
|
||||
<h1 className={styles.title} id="global-header-text">
|
||||
{name}
|
||||
</h1>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user