From 76aa230922958a715491190959e522c63325a382 Mon Sep 17 00:00:00 2001 From: mahdi andalib Date: Wed, 11 May 2022 17:15:21 +0430 Subject: [PATCH] update src/components/CourseList/index.js and src/components/Features/index.js --- src/components/CourseList/index.js | 5 ++++- src/components/Features/index.js | 20 ++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/src/components/CourseList/index.js b/src/components/CourseList/index.js index bc2e9ce..b338d4d 100644 --- a/src/components/CourseList/index.js +++ b/src/components/CourseList/index.js @@ -51,7 +51,10 @@ const CourseChapter = ({ courseTitle, lessonName, grade, chapters }) => {
setSelectedLesson(lesson)} + // onClick={() => setSelectedLesson(lesson)} + onClick={() => + setSelectedLesson(selectedLesson === lesson ? null : lesson) + } > {/* top */}
diff --git a/src/components/Features/index.js b/src/components/Features/index.js index 51a78ca..3aaafc3 100644 --- a/src/components/Features/index.js +++ b/src/components/Features/index.js @@ -11,10 +11,10 @@ const Features = ({ featureTitle, features }) => { {features.map((feature, index) => (
icon
@@ -63,7 +63,7 @@ Features.defaultProps = { features: [ { icon: "images/crown-icon.svg", - iconBgColor: "#FFFDC4", + iconBgColor: "bg-[#FFFDC4]", title: "قابلیت امتیاز دهی", status: "جدید", content: @@ -71,7 +71,7 @@ Features.defaultProps = { }, { icon: "images/box.svg", - iconBgColor: "#CEC4FF", + iconBgColor: "bg-[#CEC4FF]", title: "قابلیت انتخاب رنگ دلخواه", status: "جدید", content: @@ -79,7 +79,7 @@ Features.defaultProps = { }, { icon: "images/cake.svg", - iconBgColor: "#C4FFF7", + iconBgColor: "bg-[#C4FFF7]", title: "یادآوری جشن تولد", status: "جدید", content: @@ -87,7 +87,7 @@ Features.defaultProps = { }, { icon: "images/color-palette.svg", - iconBgColor: "#FFC4EB", + iconBgColor: "bg-[#FFC4EB]", title: "انتخاب سطح و پایه تحصیلی", status: "جدید", content: @@ -95,7 +95,7 @@ Features.defaultProps = { }, { icon: "images/hat.svg", - iconBgColor: "#C4FFE2", + iconBgColor: "bg-[#C4FFE2]", title: "حالت پرواز", status: "جدید", content: @@ -103,7 +103,7 @@ Features.defaultProps = { }, { icon: "images/plane.svg", - iconBgColor: "#E5FFC4", + iconBgColor: "bg-[#E5FFC4]", title: "نحوه ارسال جعبه خاطرات", status: null, content: