diff --git a/src/components/CourseChapter/index.js b/src/components/CourseChapter/index.js index 8c024ed..5a706a9 100644 --- a/src/components/CourseChapter/index.js +++ b/src/components/CourseChapter/index.js @@ -45,14 +45,16 @@ const CourseChapter = ({ chapters }) => { ${lesson.passed ? "bg-red-600" : "bg-blue-600"} `} > - + {Number(i) !== chapter.lessons.length - 1 && ( + + )} {/* left div content */}