From fa2de88fea44695885ded6b2404767e8a1359187 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Wed, 20 Aug 2025 14:37:10 +0800 Subject: [PATCH] Center login form and simplify layout with main slogan only (#283) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: samanhappy <2755122+samanhappy@users.noreply.github.com> Co-authored-by: samanhappy --- frontend/src/pages/LoginPage.tsx | 36 ++++++++++---------------------- 1 file changed, 11 insertions(+), 25 deletions(-) diff --git a/frontend/src/pages/LoginPage.tsx b/frontend/src/pages/LoginPage.tsx index 9adcbd6..dc6d04b 100644 --- a/frontend/src/pages/LoginPage.tsx +++ b/frontend/src/pages/LoginPage.tsx @@ -68,33 +68,19 @@ const LoginPage: React.FC = () => { {/* Main content */} -
- {/* Left: brand + slogan */} -
-
- - {t('app.name')} +
+
+ {/* Centered slogan */} +
+

+ + {t('auth.slogan')} + +

-

- - {t('auth.slogan')} - -

-

- {t('auth.subtitle')} -

-
- MCP - Group - Market - Logging -
-
- - {/* Right: login card */} -
-
+ {/* Centered login card */} +