sign in screen ui completed

This commit is contained in:
Sanidhya Kumar Verma
2024-08-29 15:45:26 +00:00
committed by GitHub
parent f93e06c632
commit 2bb195c7be
2 changed files with 79 additions and 6 deletions
+1 -1
View File
@@ -86,7 +86,7 @@ const SignUp = () => {
className="text-lg text-center text-general-200 mt-10"
>
<Text>Already have an account? </Text>
<Text className="text-primary-500">Login</Text>
<Text className="text-primary-500">Sign in</Text>
</Link>
</View>