From 974646ebfb0cd1b6b7831269f33ae3af2bc61e3b Mon Sep 17 00:00:00 2001 From: lila Date: Sat, 18 Apr 2026 10:59:50 +0200 Subject: [PATCH] feat(web): update navigation with Play and Multiplayer links - Add Play link to /play - Add Multiplayer link to /multiplayer - Remove About link (route kept, just not linked) - Simplify signOut onClick to .then() chain --- apps/web/src/routes/__root.tsx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/apps/web/src/routes/__root.tsx b/apps/web/src/routes/__root.tsx index e7fe4b0..0add685 100644 --- a/apps/web/src/routes/__root.tsx +++ b/apps/web/src/routes/__root.tsx @@ -17,20 +17,24 @@ const RootLayout = () => { Home - - About + + Play + + + Multiplayer
{session ? (