From f85f5a1827743998daa05a7f1fe60f4cb8a03c63 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Fri, 15 May 2026 10:50:02 +0000 Subject: [PATCH] Add "Active Now" tag to FAQ section --- src/components/sections/faq/FaqSplitMedia.tsx | 5 +++++ 1 file changed, 5 insertions(+) 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 + + )}