From dc3112bb3ea05caed3f5e243994a9a58d97bd3ce Mon Sep 17 00:00:00 2001 From: Nikita Date: Wed, 24 Dec 2025 17:55:42 -0800 Subject: [PATCH] Update auth page header and description for clarity and consistency --- packages/web/src/routes/auth.tsx | 17 ++++++----------- packages/web/src/routes/index.tsx | 2 +- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/packages/web/src/routes/auth.tsx b/packages/web/src/routes/auth.tsx index 0d042503..01762612 100644 --- a/packages/web/src/routes/auth.tsx +++ b/packages/web/src/routes/auth.tsx @@ -134,22 +134,17 @@ function AuthPage() { Welcome to Linsa!

- {step === "email" ? "Any Generation. Instantly." : "Enter your code"} + {step === "email" ? "Save anything. Share, sell or collaborate. Privately." : "Enter your code"}

-

- {step === "email" - ? "Text, images/video on canvas. Fancy context management. Just think it and it's there." - : `We sent a 6-digit code to ${email}`} -

+ {step === "otp" && ( +

+ We sent a 6-digit code to {email} +

+ )} {step === "email" ? (
-
-

- Enter your email and we'll send you a verification code. -

-