DEV: add class to distinguish hamburger link

Previously we only had a widget-link which was not enough
This commit is contained in:
Sam Saffron 2020-01-28 18:18:02 +11:00
parent 1480c88529
commit cf0d3d62c1
1 changed files with 2 additions and 1 deletions

View File

@ -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"
};
}
});