[Metronic] First dropdown menu-item icon is static
Hello there,
In the layouts/main-layout/header/menu/menu-pages.vue, line 134:
<KTIcon icon-name="element-8" icon-class="fs-2" /> this icon is statically defined to "keen icon" and to "element-8" in it which the following codes will not affect in the core/config/MainMenuConfig.ts:
const MainMenuConfig: Array<MenuItem> = [
{
heading: "heading li",
route: "/",
pages: [
{
heading: "subheading li item",
route: "/route",
keenthemesIcon: "chart-line",
},
],
},
]; Replies (1)
Hi,
Thank you for letting us know about this issue, we will fix it and include the fix in the next Metronic release.
Regards,
Lauris Stepanovs,
Keenthemes Support Team