Skip to content

Commit

Permalink
new categories naming
Browse files Browse the repository at this point in the history
  • Loading branch information
hppanpaliya committed Apr 26, 2023
1 parent 59f71e1 commit 136331f
Showing 1 changed file with 23 additions and 22 deletions.
45 changes: 23 additions & 22 deletions src/components/utils/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
"guest": [
{ "path": "/", "text": "Home" },
{
"category": "Games",
"category": "Therapeutic Games",
"items": [
{ "path": "/memory-match", "text": "Memory Match" },
{ "path": "/draw", "text": "DrawingApp" }
{ "path": "/memory-match", "text": "Memory Booster" },
{ "path": "/draw", "text": "Creative Canvas" }
]
},
{
"category": "Resources",
"category": "Learning Center",
"items": [
{ "path": "/coping-strategies", "text": "Coping Strategies" },
{ "path": "/cbt", "text": "CBT" }
{ "path": "/coping-strategies", "text": "Coping Toolbox" },
{ "path": "/cbt", "text": "CBT Fundamentals" }
]
},
{ "path": "/login", "text": "Login" },
Expand All @@ -21,35 +21,36 @@
"user": [
{ "path": "/", "text": "Home" },
{
"category": "Social",
"category": "Community",
"items": [
{ "path": "/support-groups", "text": "Support Groups" },
{ "path": "/chat", "text": "Chat" }
{ "path": "/support-groups", "text": "Support Circles" },
{ "path": "/chat", "text": "Peer Chat" }
]
},
{
"category": "Tracking Tools",
"category": "Self-Care Tools",
"items": [
{ "path": "/mood-tracker", "text": "Mood Tracker" },
{ "path": "/goal-setting", "text": "Goal Setting" },
{ "path": "/self-assessment", "text": "Self Assessment" },
{ "path": "/habit-tracker", "text": "Habit Tracker" }
{ "path": "/mood-tracker", "text": "Mood Journal" },
{ "path": "/goal-setting", "text": "Goal Planner" },
{ "path": "/self-assessment", "text": "Wellness Quiz" },
{ "path": "/habit-tracker", "text": "Habit Organizer" },
{ "path": "/guided-meditation", "text": "Mindful Meditation" },
{ "path": "/chatbot", "text": "AI Counselor" }
]
},
{
"category": "Games",
"category": "Therapeutic Games",
"items": [
{ "path": "/memory-match", "text": "Memory Match" },
{ "path": "/draw", "text": "Drawing" },
{ "path": "/guided-meditation", "text": "Meditation" }
{ "path": "/memory-match", "text": "Memory Booster" },
{ "path": "/draw", "text": "Creative Canvas" }
]
},
{
"category": "Resources",
"category": "Learning Center",
"items": [
{ "path": "/coping-strategies", "text": "Coping Strategies" },
{ "path": "/cbt", "text": "CBT" },
{ "path": "/chatbot", "text": "ChatBot" }
{ "path": "/coping-strategies", "text": "Coping Toolbox" },
{ "path": "/cbt", "text": "CBT Fundamentals" },
{ "path": "/chatbot", "text": "AI Counselor" }
]
},
{ "path": "/survey", "text": "Survey" },
Expand Down

0 comments on commit 136331f

Please sign in to comment.