add a comma

This commit is contained in:
Dita Aji Pratama 2024-08-23 01:27:53 +07:00
parent d86b582fad
commit ff4bcea27c

View File

@ -63,19 +63,19 @@ A prime dashboard based on bootstrap 5
"menu" : [ "menu" : [
{ {
"name" :"Profile", "name" :"Profile",
"href" :"/profile" "href" :"/profile",
"target":"_self", "target":"_self",
"roles":[1,2] "roles":[1,2]
}, },
{ {
"name" :"Settings", "name" :"Settings",
"href" :"/settings" "href" :"/settings",
"target":"_self", "target":"_self",
"roles":[1,2] "roles":[1,2]
}, },
{ {
"name" :"Logout", "name" :"Logout",
"href" :"/logout" "href" :"/logout",
"target":"_self", "target":"_self",
"roles":[1,2,3] "roles":[1,2,3]
} }