Skip to content

Commit

Permalink
iva-app: Add icons to menu itens of the organisation in the sidebar #…
Browse files Browse the repository at this point in the history
…TASK-7216 #TASK-7100
  • Loading branch information
jmjuanes committed Dec 3, 2024
1 parent 3b74c9a commit baa8664
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/sites/iva/conf/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -642,11 +642,11 @@ const SUITE = {
img: "img/opencb-icon.png",
},
menu: [
{id: "code", name: "Source code", url: "https://github.com/opencb/jsorolla"},
{id: "documentation", name: "Documentation", url: "http://docs.opencb.org/display/iva"},
{id: "tutorial", name: "Tutorial", url: "http://docs.opencb.org/display/iva/Tutorials"},
{id: "releases", name: "Releases", url: "https://github.com/opencb/jsorolla/releases"},
{id: "about", name: "About", url: "#about"},
{id: "code", name: "Source code", icon: "fa-code", url: "https://github.com/opencb/jsorolla"},
{id: "documentation", name: "Documentation", icon: "fa-book", url: "http://docs.opencb.org/display/iva"},
{id: "tutorial", name: "Tutorial", icon: "fa-user-graduate", url: "http://docs.opencb.org/display/iva/Tutorials"},
{id: "releases", name: "Releases", icon: "fa-rocket", url: "https://github.com/opencb/jsorolla/releases"},
{id: "about", name: "About", icon: "fa-info-circle", url: "#about"},
],
},
},
Expand Down

0 comments on commit baa8664

Please sign in to comment.