diff --git a/src/example/Course_about.jsx b/src/example/Course_about.jsx index e4cb1d5..3d3b16e 100644 --- a/src/example/Course_about.jsx +++ b/src/example/Course_about.jsx @@ -411,11 +411,12 @@ const About = () => {
{tabItems.map(({ id, section_class }) => { return active === id ? ( +
+ >
) : ( "" );