Search code examples
aspnetboilerplateasp.net-boilerplate

How to change icon of Sidebar Menu item in ASP.NET Boilerplate?


I'm trying to change the sidebar menu item, but it's not working properly. I'm trying to use mobile icon.

new MenuItem(this.l("Devices"), "", "menu", "", [
            new MenuItem(this.l("Mobile"), "Pages.Mobile", "mobile", "/app/device/mobile")
        ])

Solution

  • The free template uses AdminBSB, which supports Material Design Icons.

    Font Awesome's "mobile" is similar to Material Design's "phone_android"/"phone_iphone".