update copy for sign in views (#238)

* update copy for sign in views

This disambiguates whether the view is for sign up or sign in.

* format

* escape character

* format

* update workflow names
This commit was merged in pull request #238.
This commit is contained in:
Arjun Patel
2026-06-02 09:39:11 -07:00
committed by GitHub
parent 0439c51c2e
commit 9184d002d3
3 changed files with 10 additions and 6 deletions
+5 -2
View File
@@ -31,8 +31,11 @@ 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">