🙃Redesign or edit local pages
All local web pages of your application (About, Contact and Loading page) are located in the public directory. You can open any one of the pages which you want to edit and make changes.
Customize the Main / Right menu
Link-local pages to the menu
{label : 'Home', click : () => { require('./main')("home") }},
{label : 'About', click : () => { require('./main')("about") }},Add a new menu section – (Main menu)
Available Menu Roles List
Right Menu Configuration
Hide website elements
Last updated