forked from vergnet/application-amicale
Added vote image
This commit is contained in:
parent
cbc1e88a37
commit
41abbfb03f
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue