From 9b9e1bc95d701ec3da2d90d2f730e44b180588bd Mon Sep 17 00:00:00 2001 From: Coder_Srinivas Date: Tue, 13 Aug 2024 13:25:47 -0500 Subject: [PATCH] Fixed few categories --- frontend/src/screens/achievements.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/screens/achievements.tsx b/frontend/src/screens/achievements.tsx index 0c8babc5..2c949657 100644 --- a/frontend/src/screens/achievements.tsx +++ b/frontend/src/screens/achievements.tsx @@ -110,13 +110,13 @@ const SecondaryBadgeTag:FC<{learningPath: string}> = ({ learningPath }) => { const categories: Record = { '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', }