update copy for sign in views #238

Merged
talksik merged 5 commits from sign-in-page into main 2026-06-02 16:39:11 +00:00
Showing only changes of commit 19554c65e5 - Show all commits
+2 -2
View File
@@ -62,8 +62,8 @@ function EmailStep({ onCodeSent }: { onCodeSent: (email: string) => void }) {
<View className="gap-1">
<Text className="text-foreground text-3xl font-semibold">Welcome</Text>
<Text className="text-muted-foreground text-base">
Enter your email to sign in or create an account. We&apos;ll send a code to
verify it.
Enter your email to sign in or create an account. We&apos;ll send a
code to verify it.
</Text>
</View>