Skip to content

Commit

Permalink
Update Sidebar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kckern committed Sep 16, 2024
1 parent cce0a8b commit a2ec1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/webapp/src/views/_Common/Sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export function loadMenu(){
//{ slug: "relationships", title: <span><img src={relationships} /> {label("menu_network")}</span>, dev:true },
{ slug: "places", title: <span><img src={places} /> {label("menu_places")}</span> },
{ slug: "map", title: <span><img src={maps} /> {label("menu_map")}</span> },
{ slug: "fax", title: <span><img src={fax} /> {label("menu_fax")}</span> , lang: ["en"]},
{ slug: "fax", title: <span><img src={fax} /> {label("menu_fax")}</span> , lang: ["en","ko"]},
{ slug: "history", title: <span><img src={historyicon} /> {label("menu_history")}</span>, lang: ["en"] },
{ slug: "analysis", title: <span><img src={analysis} /> {label("menu_analysis")}</span>, beta:true, lang: ["en"]},
{ slug: "about", title: <span><img src={about} /> {label("menu_about")}</span> },
Expand Down

0 comments on commit a2ec1c0

Please sign in to comment.