diff --git a/src/components/sections/faq/FaqSplitMedia.tsx b/src/components/sections/faq/FaqSplitMedia.tsx index 3321a16..037a1a8 100644 --- a/src/components/sections/faq/FaqSplitMedia.tsx +++ b/src/components/sections/faq/FaqSplitMedia.tsx @@ -85,6 +85,11 @@ const FaqSplitMedia = ({ >

{item.question}

+ {activeIndex === index && ( + + Active Now + + )}