escape character

This commit is contained in:
Arjun Patel
2026-06-02 09:26:05 -07:00
parent f268427444
commit 8c7dc41eda
+1 -1
View File
@@ -62,7 +62,7 @@ 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'll send a code to
Enter your email to sign in or create an account. We&apos;ll send a code to
verify it.
</Text>
</View>