From d10f1431fb36fb805e144940be4ad39d71a9330e Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Tue, 25 Jan 2022 06:51:09 +0330 Subject: [PATCH] update --- src/App.js | 4 ++-- src/components/CourseChapter/index.js | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/App.js b/src/App.js index 519e23a..3778b76 100644 --- a/src/App.js +++ b/src/App.js @@ -57,14 +57,14 @@ function App() { {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} {/* */} - + {/* */} {/* */} {/* */} {/* */} diff --git a/src/components/CourseChapter/index.js b/src/components/CourseChapter/index.js index 97ea0a4..34bdece 100644 --- a/src/components/CourseChapter/index.js +++ b/src/components/CourseChapter/index.js @@ -4,7 +4,7 @@ const CourseChapter = ({ chapters }) => { return (
{/* top */} @@ -54,6 +54,7 @@ const CourseChapter = ({ chapters }) => { ))}
))} +
);