diff --git a/webapp/components/layout.tsx b/webapp/components/layout.tsx
index 7304008..44bb680 100644
--- a/webapp/components/layout.tsx
+++ b/webapp/components/layout.tsx
@@ -92,7 +92,7 @@ export default function Layout(props: { meetingId: string }) {
{enabledPresentation
- ?
+ ?
: null
}
diff --git a/webapp/components/player/whep-player.tsx b/webapp/components/player/whep-player.tsx
index 5004525..8ebf255 100644
--- a/webapp/components/player/whep-player.tsx
+++ b/webapp/components/player/whep-player.tsx
@@ -31,7 +31,7 @@ export default function WhepPlayer(props: { streamId: string, userStatus: Stream
return (
-
+
)
diff --git a/webapp/components/player/whip-player.tsx b/webapp/components/player/whip-player.tsx
index a1f5783..1b9588b 100644
--- a/webapp/components/player/whip-player.tsx
+++ b/webapp/components/player/whip-player.tsx
@@ -18,7 +18,7 @@ export default function WhipPlayer(props: { streamId: string, width: string }) {
return (
-
+
)