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 = () => {
+
{
alt={data?.course_name}
/>
+
{tabItems.map(({ id, title, section_class }) => (
@@ -405,6 +408,7 @@ const About = () => {
+
{tabItems.map(({ id, section_class }) => {