diff --git a/client/src/components/VideoPlayer.tsx b/client/src/components/VideoPlayer.tsx index 3f11877..6b94b2f 100644 --- a/client/src/components/VideoPlayer.tsx +++ b/client/src/components/VideoPlayer.tsx @@ -62,14 +62,14 @@ export default function VideoPlayer({ src, variant = 'wide', quizLink }: Props) /> {ended && (
- {quizLink && ( - + Start quiz )} +
)}