Browse Source

Added email and linkedin

Yohan Simard 4 years ago
parent
commit
e6e4e9f822
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      screens/About/AboutScreen.js

+ 2
- 2
screens/About/AboutScreen.js View File

@@ -34,12 +34,12 @@ const links = {
34 34
         "&body=" +
35 35
         "Coucou !\n\n",
36 36
     authorLinkedin: 'https://www.linkedin.com/in/arnaud-vergnet-434ba5179/',
37
-    yohanMail: "mailto:TODO@etud.insa-toulouse.fr?" + // TODO set real email
37
+    yohanMail: "mailto:ysimard@etud.insa-toulouse.fr?" +
38 38
         "subject=" +
39 39
         "Application Amicale INSA Toulouse" +
40 40
         "&body=" +
41 41
         "Coucou !\n\n",
42
-    yohanLinkedin: 'https://www.linkedin.com/in/', // TODO set real link
42
+    yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard', // TODO set real link
43 43
     react: 'https://facebook.github.io/react-native/',
44 44
 };
45 45
 

Loading…
Cancel
Save