From 42e9d972cc2e53df2098e5969506624ec866c848 Mon Sep 17 00:00:00 2001 From: janpeter visser Date: Mon, 27 Apr 2026 20:19:26 +0200 Subject: [PATCH] fix(landing): align logged-in nav left to match app NavBar --- app/page.tsx | 88 +++++++++++++++++++++++++--------------------------- 1 file changed, 43 insertions(+), 45 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index aa14371..90cb609 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -31,51 +31,49 @@ export default async function LandingPage() { Scrum4Me - + {isLoggedIn ? ( + + ) : ( + + )}