diff --git a/src/screens/Services/ServicesScreen.js b/src/screens/Services/ServicesScreen.js index fb1df25..730edfb 100644 --- a/src/screens/Services/ServicesScreen.js +++ b/src/screens/Services/ServicesScreen.js @@ -31,6 +31,7 @@ const WIKETUD_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Wiketud const EE_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/EEC.png"; const TUTORINSA_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/TutorINSA.png"; +const MAP_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Map.png"; const BIB_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Bib.png"; const RU_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/RU.png"; const ROOM_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Salles.png"; @@ -124,7 +125,7 @@ class ServicesScreen extends React.Component { { title: i18n.t('screens.map'), subtitle: "MAP", - image: RU_IMAGE, + image: MAP_IMAGE, onPress: () => nav.navigate("map"), }, {