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" : [
{
"name" :"Profile",
"href" :"/profile"
"href" :"/profile",
"target":"_self",
"roles":[1,2]
},
{
"name" :"Settings",
"href" :"/settings"
"href" :"/settings",
"target":"_self",
"roles":[1,2]
},
{
"name" :"Logout",
"href" :"/logout"
"href" :"/logout",
"target":"_self",
"roles":[1,2,3]
}