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

[DESIGN] Icons

parent b156eb60
...@@ -279,8 +279,8 @@ menuElements' = menuElements-- title, icon, text ...@@ -279,8 +279,8 @@ menuElements' = menuElements-- title, icon, text
[ -- =========================================================== [ -- ===========================================================
[ LiNav { title : "Quick start, tutorials and methodology" [ LiNav { title : "Quick start, tutorials and methodology"
, href : "https://iscpif.fr/gargantext/your-first-map/" , href : "https://iscpif.fr/gargantext/your-first-map/"
, icon : "glyphicon glyphicon-book" , icon : "fa fa-lightbulb-o"
, text : "Documentation" , text : "Tutorials"
} }
, 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/"
...@@ -291,12 +291,12 @@ menuElements' = menuElements-- title, icon, text ...@@ -291,12 +291,12 @@ menuElements' = menuElements-- title, icon, text
, ----------------------------------------------------------- , -----------------------------------------------------------
[ LiNav { title : "Interactive chat" [ LiNav { title : "Interactive chat"
, href : "https://chat.iscpif.fr/channel/gargantext" , href : "https://chat.iscpif.fr/channel/gargantext"
, icon : "fab fa-rocketchat" , icon : "fa fa-rocket"
, 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 : "fa fa-weixin"
, text : "Forum" , text : "Forum"
} }
] ]
...@@ -308,7 +308,7 @@ menuElements' = menuElements-- title, icon, text ...@@ -308,7 +308,7 @@ menuElements' = menuElements-- title, icon, text
} }
, LiNav { title : "API documentation" , LiNav { title : "API documentation"
, href : "https://v4.gargantext.org/swagger-ui" , href : "https://v4.gargantext.org/swagger-ui"
, icon : "glyphicon glyphicon-book" , icon : "fa fa-code"
, text : "API documentation" , text : "API documentation"
} }
] ]
......
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