aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Shillingford <jgs272@cornell.edu>2020-06-25 18:08:08 -0400
committerJustin Shillingford <jgs272@cornell.edu>2020-06-29 14:24:26 -0400
commite1d23c5acd1a55d3929d5f82ac86693909bbee43 (patch)
tree66b34aaf1f42f8feb6e237956b557c7523f9a085
parentcc98da27fac18ba8060bc7fa76ce13624d452543 (diff)
Added Tagg logo to Sign In Page
-rw-r--r--src/screens/Login.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Login.tsx b/src/screens/Login.tsx
index 672fd035..3c61fc37 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')
}
}