update copy for sign in views
This disambiguates whether the view is for sign up or sign in.
This commit is contained in:
@@ -31,8 +31,8 @@ export function EmailStep({ onCodeSent }: EmailStepProps) {
|
||||
return (
|
||||
<form onSubmit={handleSubmit} className="flex flex-col gap-4">
|
||||
<div className="flex flex-col gap-2">
|
||||
<H3>Sign in</H3>
|
||||
<Muted>Enter your email to receive a sign-in code.</Muted>
|
||||
<H3>Welcome</H3>
|
||||
<Muted>Enter your email to sign in or create an account. We'll send a code to verify it.</Muted>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-col gap-1.5">
|
||||
|
||||
Reference in New Issue
Block a user