From 9699a7892a64557d08316b8232db91b413a96ae2 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 02:33:03 +0100 Subject: [PATCH] Revert button order changes in VideoPlayer --- client/src/components/VideoPlayer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 )} -
)}