Skip to content

Commit

Permalink
Fixed few categories
Browse files Browse the repository at this point in the history
  • Loading branch information
Coder-Srinivas committed Aug 13, 2024
1 parent 5dfffd4 commit 9b9e1bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/screens/achievements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,13 +110,13 @@ const SecondaryBadgeTag:FC<{learningPath: string}> = ({ learningPath }) => {
const categories: Record<string, string> = {
'Personal Finance': 'Understanding',
'Growth & Resilience': 'Understanding',
'Memory & Retention': 'Exploring',
'Mental Agility': 'Exploring',
'Learning Persistence': 'Understanding',
'Productivity': 'Understanding',
'Interpersonal Skills': 'Exploring',
'Study Strategies': 'Exploring',
'STEM Careers': 'Exploring',
'Biology': 'Study Strategies',
'Biology Learning': 'Study Strategies',
'Future Careers': 'Exploring',
}

Expand Down

0 comments on commit 9b9e1bc

Please sign in to comment.