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

[COSMETICS]

parent cfcb5d29
...@@ -219,53 +219,53 @@ divLogo = a [ className "navbar-brand logoSmall" ...@@ -219,53 +219,53 @@ divLogo = a [ className "navbar-brand logoSmall"
divDropdownLeft :: ReactElement divDropdownLeft :: ReactElement
divDropdownLeft = ul [className "nav navbar-nav"] divDropdownLeft = ul [className "nav navbar-nav"]
[ ul [className "nav navbar-nav pull-left"] [ ul [className "nav navbar-nav pull-left"]
[ li [className "dropdown"] [ li [className "dropdown"]
[ a [ className "dropdown-toggle navbar-text" [ a [ className "dropdown-toggle navbar-text"
, _data {toggle: "dropdown"} , _data {toggle: "dropdown"}
, href "#", role "button" , href "#", role "button"
, title "About Gargantext" , title "About Gargantext"
][ span [ aria {hidden : true} ][ span [ aria {hidden : true}
, className "glyphicon glyphicon-info-sign" , className "glyphicon glyphicon-info-sign"
] [] ] []
, text " Info" , text " Info"
] ]
, ul [className "dropdown-menu"] , ul [className "dropdown-menu"]
(( map liNav [ LiNav { title : "Quick start, tutorials and methodology" (( 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"
} }
, LiNav { title : "Report bug here" , LiNav { title : "Report bug here"
, href : "https://www.iscpif.fr/gargantext/feedback-and-bug-reports/" , href : "https://www.iscpif.fr/gargantext/feedback-and-bug-reports/"
, icon : "glyphicon glyphicon-bullhorn" , icon : "glyphicon glyphicon-bullhorn"
, text : "Feedback" , text : "Feedback"
} }
] ]
) )
<> [li [className "divider"] []] <> <> [li [className "divider"] []] <>
(map liNav [ LiNav { title : "Interactive chat" (map liNav [ LiNav { title : "Interactive chat"
, href : "https://chat.iscpif.fr/channel/gargantext" , href : "https://chat.iscpif.fr/channel/gargantext"
, icon : "fab fa-rocketchat" , icon : "fab fa-rocketchat"
, text : "Chat" , text : "Chat"
} }
, LiNav { title : "Asynchronous discussions" , LiNav { title : "Asynchronous discussions"
, href : "https://discourse.iscpif.fr/c/gargantext" , href : "https://discourse.iscpif.fr/c/gargantext"
, icon : "fab fa-discourse" , icon : "fab fa-discourse"
, text : "Forum" , text : "Forum"
} }
] ]
) )
<> [li [className "divider"] []] <> <> [li [className "divider"] []] <>
[ liNav (LiNav { title : "More about us (you)" [ liNav (LiNav { title : "More about us (you)"
, href : "http://iscpif.fr" , href : "http://iscpif.fr"
, icon : "fas fa-question-circle" , icon : "fas fa-question-circle"
, text : "About" , text : "About"
} }
) )
] ]
) )
] ]
] ]
] ]
......
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