From 7339c39eabd5270a5472b9a1e7602a295752cf4c Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:32:17 +0100 Subject: [PATCH] Update button order and styling in VideoPlayer --- client/src/components/VideoPlayer.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 )} +
)}