diff --git a/apps/web/src/components/presentation/video-player/ControlButtons/FullScreen.tsx b/apps/web/src/components/presentation/video-player/ControlButtons/FullScreen.tsx index b48b3e5..70b6c20 100755 --- a/apps/web/src/components/presentation/video-player/ControlButtons/FullScreen.tsx +++ b/apps/web/src/components/presentation/video-player/ControlButtons/FullScreen.tsx @@ -9,7 +9,7 @@ export default function FullScreen() { const { videoRef } = useContext(VideoPlayerContext); return ( <> - + ); }