First pass at CSS identifiers + test to verify they are set. For #2193
This commit is contained in:
@@ -23,7 +23,7 @@ export const Header: FC<HeaderComponentProps> = ({
|
||||
<div id="header-logo">
|
||||
<OwncastLogo variant="contrast" />
|
||||
</div>
|
||||
<span className="global-header-text">{name}</span>
|
||||
<span id="global-header-text">{name}</span>
|
||||
</div>
|
||||
{chatAvailable && !chatDisabled && <UserDropdown />}
|
||||
{!chatAvailable && !chatDisabled && (
|
||||
|
||||
Reference in New Issue
Block a user