From 852efbaf2a31250456e1fa87f0abd7192d213d37 Mon Sep 17 00:00:00 2001 From: Justin Shillingford Date: Thu, 25 Jun 2020 19:27:49 -0400 Subject: Added the logo, text inputs, and buttons --- src/screens/Login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/screens/Login.tsx b/src/screens/Login.tsx index 3c61fc37..672fd035 100644 --- a/src/screens/Login.tsx +++ b/src/screens/Login.tsx @@ -80,7 +80,7 @@ const Login = ({navigation}: LoginProps) => { */ const handleLogin = () => { if (data.isValidUser && data.isValidPassword) { - Alert.alert(`My favorite Girl Scout Cookies are taggalongs. What are yours ${data.username}?`) + Alert.alert(`My favorite Girl Scout Cookies are taggalongs! What are yours ${data.username}?`) navigation.navigate('Registration') } } -- cgit v1.2.3-70-g09d2