From 39e6cd3cb5fa01f5fd687fd20279bfa5d37228ff Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Thu, 8 Jan 2026 01:01:30 +0100 Subject: [PATCH] Update Quiz Wizard link to Random Quiz with query parameter --- client/src/App.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/App.tsx b/client/src/App.tsx index c4d2e09..737eb4d 100644 --- a/client/src/App.tsx +++ b/client/src/App.tsx @@ -15,8 +15,8 @@ export default function App() { (isActive ? 'link active' : 'link')}> Overview - (isActive ? 'link active' : 'link')}> - Quiz Wizard + (isActive ? 'link active' : 'link')}> + Random Quiz