update src/components/CourseList/index.js

master
mahdi andalib 3 years ago
parent 85a2ecc6d1
commit be82485d51
  1. 9
      src/components/CourseList/index.js

@ -40,14 +40,7 @@ const CourseChapter = ({ courseTitle, lessonName, grade, chapters }) => {
`} `}
></div> ></div>
{Number(i) !== chapter.lessons.length - 1 && ( {Number(i) !== chapter.lessons.length - 1 && (
<span <span className="w-1 h-[65px] border-r-2 border-dotted border-yellow-200"></span>
className="w-1"
style={{
borderRight: "2px dotted yellow",
transform: "translateX(-1px)",
height: "65px",
}}
></span>
)} )}
</div> </div>
{/* left div content */} {/* left div content */}

Loading…
Cancel
Save