diff --git a/client/src/components/VideoPlayer.tsx b/client/src/components/VideoPlayer.tsx index 6b94b2f..2839dde 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 )} -
)}