From d14db1bf64db15b0a2d7590fa6751a677695a1cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandre=20Delano=C3=AB?= <devel+git@delanoe.org> Date: Tue, 21 Sep 2021 10:38:01 +0200 Subject: [PATCH] [TEXT] fix --- src/Gargantext/Config.purs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Gargantext/Config.purs b/src/Gargantext/Config.purs index e1d54938..fa107070 100644 --- a/src/Gargantext/Config.purs +++ b/src/Gargantext/Config.purs @@ -15,15 +15,15 @@ import Gargantext.Utils (href) defaultBackends :: NonEmpty Array Backend -defaultBackends = backend' "Demo" "Show room" "https://demo.gargantext.org" +defaultBackends = backend' "Demo" "Public Show room" "https://demo.gargantext.org" :| [ backend' "Organization" "CNRS/ISCPIF Unit" "https://cnrs.gargantext.org" , backend' "Education" "Class Rooms" "https://formation.gargantext.org" - , backend' "Funding partner" "Mines Telecom Institute" "https://imt.sub.gargantext.org" + , backend' "Organization" "Mines Telecom Institute" "https://imt.sub.gargantext.org" , backend' "Networking" "Complex Systems Community" "https://complexsystems.gargantext.org" , backend' "Networking" "Digeing European Project" "https://europa.gargantext.org" , backend' "Development" "Main SandBox" "https://dev.gargantext.org" , backend' "Private" "Offline Bunker" "http://localhost:8008" - , backend' "Business" "Hello Word Company" "https://helloword.gargantext.org" + , backend' "Networking" "Hello Word Company" "https://helloword.gargantext.org" ] -- 2.21.0