From 09de59c178423813835f94a9317a66fdcc95e7d8 Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Mon, 22 Jun 2020 20:07:26 +0200 Subject: [PATCH] Added map icon --- src/screens/Services/ServicesScreen.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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"), }, {