diff --git a/README.md b/README.md index 114083a..c2ccfd0 100644 --- a/README.md +++ b/README.md @@ -88,30 +88,35 @@ A prime dashboard based on bootstrap 5 ```python menu_sidebar = [ { + "icon":"fa-solid fa-gauge", "name":"Dashboard", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-users", "name":"Users", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Items", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Analytic", "target":"_self", "href":"#", "roles":[1,2] }, { + "icon":"fa-solid fa-book", "name":"Reports", "target":"_self", "href":"#",