Browse Source

Added vote image

Arnaud Vergnet 4 years ago
parent
commit
41abbfb03f
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/screens/Services/ServicesScreen.js

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

@@ -23,7 +23,7 @@ type Props = {
23 23
 
24 24
 const CLUBS_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Clubs.png";
25 25
 const PROFILE_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/ProfilAmicaliste.png";
26
-const VOTE_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/";
26
+const VOTE_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Vote.png";
27 27
 const AMICALE_IMAGE = require("../../../assets/amicale.png");
28 28
 
29 29
 const PROXIMO_IMAGE = "https://etud.insa-toulouse.fr/~amicale_app/images/Proximo.png"

Loading…
Cancel
Save