diff --git a/src/components/energy/section-7/index.tsx b/src/components/energy/section-7/index.tsx index 22e78fe..a480644 100644 --- a/src/components/energy/section-7/index.tsx +++ b/src/components/energy/section-7/index.tsx @@ -38,10 +38,10 @@ const SharedImpactTabs = () => { ))} - + - + ); diff --git a/src/components/energy/section-7/tab-content-item.tsx b/src/components/energy/section-7/tab-content-item.tsx index 87e0219..995a610 100644 --- a/src/components/energy/section-7/tab-content-item.tsx +++ b/src/components/energy/section-7/tab-content-item.tsx @@ -83,7 +83,7 @@ const TabContentItem = ({ index = 0 }: { index: number }) => { /> {isMobile && } -
+
{content.text}
{Array(TAB_CONTENT[index].length).fill(null).map((_, idx) => (