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. -

-