From 0542e8f1aedd36f0fd04e1099c117b8c1c89584a Mon Sep 17 00:00:00 2001 From: Ivan Urdenko Date: Tue, 26 Sep 2023 10:26:19 +0200 Subject: [PATCH] added animation to course_about page --- src/example/Course_about.jsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/example/Course_about.jsx b/src/example/Course_about.jsx index 579bbd4..1ef19e5 100644 --- a/src/example/Course_about.jsx +++ b/src/example/Course_about.jsx @@ -301,6 +301,7 @@ const About = () => {
+ @@ -374,6 +375,7 @@ const About = () => { View Course )} +
{ alt={data?.course_name} />
+
{tabItems.map(({ id, title, section_class }) => ( @@ -405,6 +408,7 @@ const About = () => {
+
{tabItems.map(({ id, section_class }) => {