Commit fd0cc749 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[READ] cosmetics.

parent a8cd90ea
...@@ -247,7 +247,7 @@ divDropdownLeft = ul [className "nav navbar-nav"] ...@@ -247,7 +247,7 @@ divDropdownLeft = ul [className "nav navbar-nav"]
-- divider = [li [className "divider"] []] -- divider = [li [className "divider"] []]
-- --
divLeftdropdownElements :: Array ReactElement divLeftdropdownElements :: Array ReactElement
divLeftdropdownElements = (( map liNav [ LiNav { title : "Quick start, tutorials and methodology" divLeftdropdownElements = ( (map liNav [ LiNav { title : "Quick start, tutorials and methodology"
, href : "https://iscpif.fr/gargantext/your-first-map/" , href : "https://iscpif.fr/gargantext/your-first-map/"
, icon : "fas fa-book" , icon : "fas fa-book"
, text : "Documentation" , text : "Documentation"
...@@ -280,7 +280,7 @@ divLeftdropdownElements = (( map liNav [ LiNav { title : "Quick start, tutorials ...@@ -280,7 +280,7 @@ divLeftdropdownElements = (( map liNav [ LiNav { title : "Quick start, tutorials
} }
) )
] ]
) )
data LiNav = LiNav { title :: String data LiNav = LiNav { title :: String
......
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