Browse Source

Added map icon

Arnaud Vergnet 3 years ago
parent
commit
09de59c178
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      src/screens/Services/ServicesScreen.js

+ 2
- 1
src/screens/Services/ServicesScreen.js View File

@@ -31,6 +31,7 @@ const WIKETUD_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Wiketud
31 31
 const EE_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/EEC.png";
32 32
 const TUTORINSA_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/TutorINSA.png";
33 33
 
34
+const MAP_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Map.png";
34 35
 const BIB_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Bib.png";
35 36
 const RU_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/RU.png";
36 37
 const ROOM_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Salles.png";
@@ -124,7 +125,7 @@ class ServicesScreen extends React.Component<Props, State> {
124 125
             {
125 126
                 title: i18n.t('screens.map'),
126 127
                 subtitle: "MAP",
127
-                image: RU_IMAGE,
128
+                image: MAP_IMAGE,
128 129
                 onPress: () => nav.navigate("map"),
129 130
             },
130 131
             {

Loading…
Cancel
Save