Skip to content

Commit

Permalink
navbar links order change
Browse files Browse the repository at this point in the history
  • Loading branch information
hppanpaliya committed Apr 30, 2023
1 parent 299d56f commit fa58302
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions src/components/utils/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,27 @@
],
"user": [
{ "path": "/", "text": "Home" },
{
"category": "Therapeutic Games",
"items": [
{ "path": "/memory-match", "text": "Memory Booster" },
{ "path": "/draw", "text": "Creative Canvas" }
]
},
{
"category": "Community",
"items": [
{ "path": "/support-groups", "text": "Support Circles" },
{ "path": "/chat", "text": "Peer Chat" }
]
},
{
"category": "Learning Center",
"items": [
{ "path": "/coping-strategies", "text": "Coping Toolbox" },
{ "path": "/cbt", "text": "CBT Fundamentals" }
]
},
{
"category": "Self-Care Tools",
"items": [
Expand All @@ -38,21 +52,6 @@
{ "path": "/chatbot", "text": "AI Counselor" }
]
},
{
"category": "Therapeutic Games",
"items": [
{ "path": "/memory-match", "text": "Memory Booster" },
{ "path": "/draw", "text": "Creative Canvas" }
]
},
{
"category": "Learning Center",
"items": [
{ "path": "/coping-strategies", "text": "Coping Toolbox" },
{ "path": "/cbt", "text": "CBT Fundamentals" },
{ "path": "/chatbot", "text": "AI Counselor" }
]
},
{ "path": "/survey", "text": "Survey" },
{ "path": "/profile", "text": "Settings" },
{ "path": "/logout", "text": "Logout" }
Expand Down

0 comments on commit fa58302

Please sign in to comment.