From dba083eac25e4ac740350b62dd500aca09823cd5 Mon Sep 17 00:00:00 2001 From: mahdi Date: Mon, 24 Jan 2022 16:57:25 +0330 Subject: [PATCH] update --- src/components/CourseChapter/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/CourseChapter/index.js b/src/components/CourseChapter/index.js index 33cd11f..78027bf 100644 --- a/src/components/CourseChapter/index.js +++ b/src/components/CourseChapter/index.js @@ -38,7 +38,7 @@ const CourseChapter = ({ chapters }) => {

{lesson.title}

- + {lesson.duration}
@@ -54,6 +54,7 @@ const CourseChapter = ({ chapters }) => { ))}
))} + {/* blue border left */}