Commit 786e7c81 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[FIX] Deactivating the public part of home, then the spinner is not loading endlessly

parent 72b4c35c
Pipeline #3050 failed with stage
in 0 seconds
...@@ -11,7 +11,7 @@ import Gargantext.Components.FolderView as FV ...@@ -11,7 +11,7 @@ import Gargantext.Components.FolderView as FV
import Gargantext.Components.Lang (LandingLang(..)) import Gargantext.Components.Lang (LandingLang(..))
import Gargantext.Components.Lang.Landing.EnUS as En import Gargantext.Components.Lang.Landing.EnUS as En
import Gargantext.Components.Lang.Landing.FrFR as Fr import Gargantext.Components.Lang.Landing.FrFR as Fr
import Gargantext.Components.Nodes.Home.Public (renderPublic) -- import Gargantext.Components.Nodes.Home.Public (renderPublic)
import Gargantext.Config as Config import Gargantext.Config as Config
import Gargantext.License (license) import Gargantext.License (license)
import Gargantext.Sessions (Sessions) import Gargantext.Sessions (Sessions)
...@@ -75,8 +75,8 @@ homeLayoutCpt = here.component "homeLayout" cpt ...@@ -75,8 +75,8 @@ homeLayoutCpt = here.component "homeLayout" cpt
, H.div { className: "home-research-form" } [] -- TODO , H.div { className: "home-research-form" } [] -- TODO
, joinButtonOrTutorial boxes sessions' (click backend') , joinButtonOrTutorial boxes sessions' (click backend')
, H.div { className: "home-public" } , H.div { className: "home-public" }
[ renderPublic { } [ -- renderPublic { }
, H.div { className:"col-12 d-flex justify-content-center" } H.div { className:"col-12 d-flex justify-content-center" }
[ H.h1 {} [ H.text "" ]] -- H.span {className: "fa fa-star-o"} [] [ H.h1 {} [ H.text "" ]] -- H.span {className: "fa fa-star-o"} []
, H.div { className: "home-landing-data" } , H.div { className: "home-landing-data" }
[ blocksRandomText' landingData ] [ blocksRandomText' landingData ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment