fix viewer style

This commit is contained in:
Janis
2023-11-12 16:41:09 +01:00
parent 5ef2facfec
commit ce7aee8481
3 changed files with 19 additions and 24 deletions

View File

@@ -33,7 +33,7 @@ export default function Viewer({
<div className="viewer">
{showChannelName ? (
<div className="channelNameContainer">
<h3>{currentChannel?.properties.name}</h3>
<h1>{currentChannel?.properties.name}</h1>
</div>
) : null}
{currentClients?.map((client, i) => {