Browse Source

Fixed feedback and bug emails

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

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

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

Loading…
Cancel
Save