diff --git a/src/components/LearningPath.jsx b/src/components/LearningPath.jsx index b1ad88b..72231dc 100644 --- a/src/components/LearningPath.jsx +++ b/src/components/LearningPath.jsx @@ -62,16 +62,19 @@ export default function LearningPath() { {course.map((path, index) => (
@@ -100,4 +103,4 @@ export default function LearningPath() {
); -} +} \ No newline at end of file