mirror of
https://github.com/DerTyp7/teamspeak-obs-overlay.git
synced 2025-10-29 12:52:09 +01:00
fix viewer style
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user