Browse Source

Changed contact mail

Arnaud Vergnet 3 years ago
parent
commit
a779a3049e
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/screens/Other/FeedbackScreen.js

+ 2
- 2
src/screens/Other/FeedbackScreen.js View File

@@ -12,7 +12,7 @@ type Props = {
12 12
 };
13 13
 
14 14
 const links = {
15
-    bugsMail: `mailto:vergnet@etud.insa-toulouse.fr
15
+    bugsMail: `mailto:app@amicale-insat.fr
16 16
 ?subject=[BUG] Application CAMPUS
17 17
 &body=Coucou Arnaud ça bug c'est nul,\n\n
18 18
 Informations sur ton système si tu sais (iOS ou Android, modèle du tel, version):\n\n\n
@@ -21,7 +21,7 @@ Nature du problème :\n\n\n
21 21
 Stp corrige le pb, bien cordialement.`,
22 22
     bugsGit: 'https://git.etud.insa-toulouse.fr/vergnet/application-amicale/issues/new',
23 23
     facebook: "https://www.facebook.com/campus.insat",
24
-    feedbackMail: `mailto:vergnet@etud.insa-toulouse.fr
24
+    feedbackMail: `mailto:app@amicale-insat.fr
25 25
 ?subject=[FEEDBACK] Application CAMPUS
26 26
 &body=Coucou Arnaud j'ai du feedback\n\n\n\nBien cordialement.`,
27 27
     feedbackGit: "https://git.etud.insa-toulouse.fr/vergnet/application-amicale/issues/new",

Loading…
Cancel
Save