From 37f64435f6993c37d6a06bdde9b9e8e4b873fb85 Mon Sep 17 00:00:00 2001 From: keyhan Date: Wed, 17 Jun 2026 01:18:27 +0330 Subject: [PATCH] fix(auth): only the back-to-home link returns to the landing page The brand logo on the auth pages now points to the login page instead of the landing; reaching the public landing is done solely via the explicit "back to home" link. Co-Authored-By: Claude Opus 4.8 --- frontend/src/components/auth/AuthShell.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/src/components/auth/AuthShell.tsx b/frontend/src/components/auth/AuthShell.tsx index ed30818..2c9e409 100644 --- a/frontend/src/components/auth/AuthShell.tsx +++ b/frontend/src/components/auth/AuthShell.tsx @@ -45,7 +45,9 @@ export function AuthShell({ {/* Header */}
- + {/* Brand returns to the auth entry; only the explicit "back to home" + link leaves for the public landing page. */} +