1

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")
        ])
Vivek Nuna
  • 25,472
  • 25
  • 109
  • 197

1 Answers1

0

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

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

aaron
  • 39,695
  • 6
  • 46
  • 102