Remove redundant title attribute from header. Closes #2620
This commit is contained in:
@@ -44,7 +44,7 @@ export const Header: FC<HeaderComponentProps> = ({
|
|||||||
<div id="header-logo" className={styles.logoImage}>
|
<div id="header-logo" className={styles.logoImage}>
|
||||||
<OwncastLogo variant="contrast" />
|
<OwncastLogo variant="contrast" />
|
||||||
</div>
|
</div>
|
||||||
<h1 className={styles.title} id="global-header-text" title={name}>
|
<h1 className={styles.title} id="global-header-text">
|
||||||
{name}
|
{name}
|
||||||
</h1>
|
</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user