diff --git a/apps/desktop/src/renderer/src/pages/login.tsx b/apps/desktop/src/renderer/src/pages/login.tsx index ca13663a..0ba8740b 100644 --- a/apps/desktop/src/renderer/src/pages/login.tsx +++ b/apps/desktop/src/renderer/src/pages/login.tsx @@ -23,46 +23,51 @@ export default function LoginPage() { if (isLoading) { return ( -
- +
+
+
+ +
) } return ( -
-
- {/* Brand */} -
- -

Multica

+
+
+
+
+ {/* Brand */} +
+ +

Multica

+
+ + {/* Tagline */} +

+ An AI assistant that gets things done. +

+ + {/* Sign In */} + + + {/* Helper */} +

+ Opens browser for authentication +

- - {/* Tagline */} -

- An AI assistant that gets things done. -

- - {/* Sign In */} - - - {/* Helper */} -

- Opens browser for authentication -

) diff --git a/apps/desktop/src/renderer/src/pages/onboarding/index.tsx b/apps/desktop/src/renderer/src/pages/onboarding/index.tsx index fb43dc69..5879dc21 100644 --- a/apps/desktop/src/renderer/src/pages/onboarding/index.tsx +++ b/apps/desktop/src/renderer/src/pages/onboarding/index.tsx @@ -44,12 +44,12 @@ export default function OnboardingPage() { return (
-
- {/* Left: Draggable area for traffic lights */} -
+
+ {/* Left: Traffic light spacing */} +
{/* Brand */}
@@ -65,7 +65,10 @@ export default function OnboardingPage() {
{/* Right: Theme toggle */} -
+