diff --git a/src/App.js b/src/App.js index 0a5ba50..39167fb 100644 --- a/src/App.js +++ b/src/App.js @@ -71,6 +71,7 @@ import TimeLine from "./components/TimeLineComponent/Timeline"; import ProfilePicNextToEachOther from "./components/ProfilePicNextToEachOther"; import SelectYear from "./components/SelectYear"; import IndianaDragScroll from "./components/IndianaDragScroll"; +import TestComponentNew from "./components/TestComponentNew"; // import Digikala from "./components/Digikala/ImageSlider"; @@ -145,11 +146,12 @@ function App() { {/* */} {/* */} - {/* */} + {/* */} {/* */} {/* */} + {/* */} ); diff --git a/src/components/CourseChapter/index.js b/src/components/CourseChapter/index.js index 5a706a9..82c659b 100644 --- a/src/components/CourseChapter/index.js +++ b/src/components/CourseChapter/index.js @@ -137,5 +137,35 @@ CourseChapter.defaultProps = { }, ], }, + { + title: "فصل اول: مباحث جوشش مواد مذاب در مرکز", + duration: "2:30:13", + lessons: [ + { + title: "آیا گوگل از ما دزدی میکند؟", + duration: "14:30", + play: "پخش", + passed: true, + }, + { + title: "چگونگی ساخت نیروگاه های برقی", + duration: "22:31", + play: "در حال پخش", + passed: true, + }, + { + title: "آیا از اینترنت می توان درآمد داشت؟", + duration: "10:09", + play: "نمایش", + passed: false, + }, + { + title: "زمین سبز و آسمان آبی", + duration: "56:09", + play: "نمایش", + passed: false, + }, + ], + }, ], }; diff --git a/src/components/SelectYear/index.js b/src/components/SelectYear/index.js index b35f651..cee05d8 100644 --- a/src/components/SelectYear/index.js +++ b/src/components/SelectYear/index.js @@ -78,42 +78,4 @@ SelectYear.defaultProps = { components: , }, ], - months: [ - { - month: "فروردین", - }, - { - month: "اردیبهشت", - }, - { - month: "خرداد", - }, - { - month: "تیر", - }, - { - month: "مرداد", - }, - { - month: "شهریور", - }, - { - month: "مهر", - }, - { - month: "آبان", - }, - { - month: "آذر", - }, - { - month: "دی", - }, - { - month: "بهمن", - }, - { - month: "اسفند", - }, - ], }; diff --git a/src/components/TestComponentNew/index.js b/src/components/TestComponentNew/index.js new file mode 100644 index 0000000..e69de29