From 42db9e55898b33dfd6fd25ef45db01af87aa5268 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Sat, 8 Aug 2020 17:21:31 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20url=20du=20d=C3=A9p=C3=B4t=20Git=20dans?= =?UTF-8?q?=20le=20message=20s'affichant=20dans=20la=20console=20des=20nav?= =?UTF-8?q?igateurs.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/tools/everywhere.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/tools/everywhere.js b/front/src/tools/everywhere.js index 115ad81..2808a74 100644 --- a/front/src/tools/everywhere.js +++ b/front/src/tools/everywhere.js @@ -2,7 +2,7 @@ export const helloDev = () => { - console.log("**** Hello ami développeur :-)\n Le code de WikiLerni est libre et sera bientôt lisible sur Gitlab.\n Pour les suggestions d'amélioration ou questions : dev@wililerni.com ****"); + console.log("**** Hello ami développeur :-)\n Le code de WikiLerni est libre et vous pouvez le trouver si Gitlab :\n\nhttps://gitlab.com/lefablab/wikilerni\nPour les suggestions d'amélioration ou questions : dev@wililerni.com ****"); return true; }