From 41abbfb03f329a5d6b34e194f22e86c4069c861f Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Sun, 10 May 2020 12:42:00 +0200 Subject: [PATCH] Added vote image --- src/screens/Services/ServicesScreen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/Services/ServicesScreen.js b/src/screens/Services/ServicesScreen.js index 15ca05e..77ff748 100644 --- a/src/screens/Services/ServicesScreen.js +++ b/src/screens/Services/ServicesScreen.js @@ -23,7 +23,7 @@ type Props = { const CLUBS_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Clubs.png"; const PROFILE_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/ProfilAmicaliste.png"; -const VOTE_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/"; +const VOTE_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Vote.png"; const AMICALE_IMAGE = require("../../../assets/amicale.png"); const PROXIMO_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Proximo.png"