This commit is contained in:
Arjun Patel
2026-06-02 09:21:19 -07:00
parent 58a80bd57d
commit f268427444
2 changed files with 6 additions and 2 deletions
+4 -1
View File
@@ -32,7 +32,10 @@ export function EmailStep({ onCodeSent }: EmailStepProps) {
<form onSubmit={handleSubmit} className="flex flex-col gap-4">
<div className="flex flex-col gap-2">
<H3>Welcome</H3>
<Muted>Enter your email to sign in or create an account. We'll send a code to verify it.</Muted>
<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">