diff --git a/src/pages/main/videoPlay/index.tsx b/src/pages/main/videoPlay/index.tsx index 6336ab8..57e857d 100644 --- a/src/pages/main/videoPlay/index.tsx +++ b/src/pages/main/videoPlay/index.tsx @@ -48,6 +48,19 @@ export default function VideoPlayPage() { > 영상 시청 이후 자동으로 넘어갑니다.
+ + ); } diff --git a/src/shared/components/main/components/video/VideoPlayer.tsx b/src/shared/components/main/components/video/VideoPlayer.tsx index ee96f44..56f43b5 100644 --- a/src/shared/components/main/components/video/VideoPlayer.tsx +++ b/src/shared/components/main/components/video/VideoPlayer.tsx @@ -15,11 +15,12 @@ export default function VideoPlayer({ src, label, onEnd }: VideoPlayerProps) { {src ? (