Skip to content

Commit a1abb8c

Browse files
author
Leonard Lesinski
authored
Update demo.json
1 parent c60ced8 commit a1abb8c

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

demo.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,20 @@
1111
},
1212
"nav": [
1313
{
14-
"title": "Users",
15-
"id": "users",
16-
"url": "/panel/users.json",
17-
"icon": "users",
14+
"title": "User Management",
1815
"children": [
1916
{
20-
"url": "/panel/users/banned.json",
21-
"id": "banned",
22-
"title": "Banned"
17+
"title": "Users",
18+
"id": "users",
19+
"url": "/panel/users.json",
20+
"icon": "users",
21+
"children": [
22+
{
23+
"url": "/panel/users/banned.json",
24+
"id": "banned",
25+
"title": "Banned"
26+
}
27+
]
2328
}
2429
]
2530
}

0 commit comments

Comments
 (0)