From 4bd603d89c2306542ff8af30e998cf88c7c14d62 Mon Sep 17 00:00:00 2001 From: adnan 275 Date: Fri, 31 Oct 2025 18:53:06 +0530 Subject: [PATCH] Fix: Applied styling fixes to path icons and enhanced card appearance (#45) --- src/components/LearningPath.jsx | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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