diff --git a/studio/src/components/auth/auth-components.tsx b/studio/src/components/auth/auth-components.tsx index 9ae64bf3ac..c5e959a7f5 100644 --- a/studio/src/components/auth/auth-components.tsx +++ b/studio/src/components/auth/auth-components.tsx @@ -132,8 +132,8 @@ export const TrustedCompanies = () => { export const MarketingHeader = () => { return (
-

- Cosmo: Open-Source +

+ Cosmo: Open-Source
GraphQL Federation Solution

@@ -222,7 +222,7 @@ export const ProductCosmoStack = ({ variant = "login" }: { variant?: "login" | " const features = variant === "login" ? loginFeatures : signupFeatures; return ( -
+
{features.map((feature, index) => ( diff --git a/studio/src/pages/login.tsx b/studio/src/pages/login.tsx index aac070ff4e..7c57dc74c9 100644 --- a/studio/src/pages/login.tsx +++ b/studio/src/pages/login.tsx @@ -60,21 +60,21 @@ const LoginPage: NextPageWithLayout = () => { return (
- {/* Main content area - two columns */} + {/* Main content area */}
- {/* Left section */} -
+ {/* Left section - Form */} +
- - + + -
-

- Log in -

+
+

+ Log in +

-
+
{/* Divider line */} -
+

Don't have an account? @@ -149,16 +149,15 @@ const LoginPage: NextPageWithLayout = () => {

- {/* Trusted companies */} -
- -
+ {/* Trusted companies */} +
+ +
- {/* Right section */} -
+ {/* Right section - Marketing */} +
diff --git a/studio/src/pages/signup.tsx b/studio/src/pages/signup.tsx index ad1ef1ce01..bab23517de 100644 --- a/studio/src/pages/signup.tsx +++ b/studio/src/pages/signup.tsx @@ -44,11 +44,11 @@ const SignupPage: NextPageWithLayout = () => { return (
- {/* Main content area - two columns */} + {/* Main content area */}
- {/* Left section */} -
+ {/* Left section - Form */} +
@@ -101,7 +101,7 @@ const SignupPage: NextPageWithLayout = () => {
{/* Divider line */} -
+

Already have an account? @@ -111,7 +111,7 @@ const SignupPage: NextPageWithLayout = () => { ? `/login?redirectURL=${encodeURIComponent(redirectURL)}` : "/login" } - className="ml-[5px] font-medium hover:underline text-primary" + className="ml-[5px] font-medium text-primary hover:underline" > Log in @@ -126,9 +126,8 @@ const SignupPage: NextPageWithLayout = () => {

- {/* Right section */} -
+ {/* Right section - Marketing */} +