- {TECHNICAL_SKILLS.map((category) => (
-
- {category.category}
-
- {category.skills.map((skill) => (
-
- {skill}
-
- ))}
-
-
- ))}
+
+
+ {TECHNICAL_SKILLS.map((category) => (
+ setExpandedCategory(expandedCategory === category.category ? null : category.category)}
+ />
+ ))}
+
@@ -164,7 +187,7 @@ export default function Skills() {
))}