DEV: add class to distinguish hamburger link
Previously we only had a widget-link which was not enough
This commit is contained in:
parent
1480c88529
commit
cf0d3d62c1
|
@ -10,7 +10,8 @@ export default {
|
|||
if (siteSettings.knowledge_explorer_enabled) {
|
||||
return {
|
||||
route: "knowledgeExplorer",
|
||||
label: "knowledge_explorer.title"
|
||||
label: "knowledge_explorer.title",
|
||||
className: "knowledge-explorer-link"
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue