Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
purescript-gargantext
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
142
Issues
142
List
Board
Labels
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gargantext
purescript-gargantext
Commits
786e7c81
Commit
786e7c81
authored
Jul 22, 2022
by
Alexandre Delanoë
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[FIX] Deactivating the public part of home, then the spinner is not loading endlessly
parent
72b4c35c
Pipeline
#3050
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Home.purs
src/Gargantext/Components/Nodes/Home.purs
+3
-3
No files found.
src/Gargantext/Components/Nodes/Home.purs
View file @
786e7c81
...
...
@@ -11,7 +11,7 @@ import Gargantext.Components.FolderView as FV
import Gargantext.Components.Lang (LandingLang(..))
import Gargantext.Components.Lang.Landing.EnUS as En
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.License (license)
import Gargantext.Sessions (Sessions)
...
...
@@ -75,8 +75,8 @@ homeLayoutCpt = here.component "homeLayout" cpt
, H.div { className: "home-research-form" } [] -- TODO
, joinButtonOrTutorial boxes sessions' (click backend')
, H.div { className: "home-public" }
[ renderPublic { }
,
H.div { className:"col-12 d-flex justify-content-center" }
[
--
renderPublic { }
H.div { className:"col-12 d-flex justify-content-center" }
[ H.h1 {} [ H.text "" ]] -- H.span {className: "fa fa-star-o"} []
, H.div { className: "home-landing-data" }
[ blocksRandomText' landingData ]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment