From e6e4e9f8224c94c8f0f6eaa61aa750f34aa320d7 Mon Sep 17 00:00:00 2001 From: Yohan Simard Date: Sat, 16 Nov 2019 13:19:28 +0100 Subject: [PATCH] Added email and linkedin --- screens/About/AboutScreen.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/screens/About/AboutScreen.js b/screens/About/AboutScreen.js index 5163271..701bc9a 100644 --- a/screens/About/AboutScreen.js +++ b/screens/About/AboutScreen.js @@ -34,12 +34,12 @@ const links = { "&body=" + "Coucou !\n\n", authorLinkedin: 'https://www.linkedin.com/in/arnaud-vergnet-434ba5179/', - yohanMail: "mailto:TODO@etud.insa-toulouse.fr?" + // TODO set real email + yohanMail: "mailto:ysimard@etud.insa-toulouse.fr?" + "subject=" + "Application Amicale INSA Toulouse" + "&body=" + "Coucou !\n\n", - yohanLinkedin: 'https://www.linkedin.com/in/', // TODO set real link + yohanLinkedin: 'https://www.linkedin.com/in/yohan-simard', // TODO set real link react: 'https://facebook.github.io/react-native/', };