[feature] add proper styles

This commit is contained in:
Janis
2023-06-28 17:43:47 +02:00
parent c5c76ea39a
commit 6a0ef91c14
3 changed files with 23 additions and 8 deletions

View File

@@ -50,7 +50,6 @@ export default function App() {
return (
<div className="App">
<Viewer
showChannelName={true}
clients={
clients.map((client) => {
if (client.channel?.id === currentChannel?.id) {