Merge version_3_1778842178677 into main
Merge version_3_1778842178677 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -85,6 +85,11 @@ const FaqSplitMedia = ({
|
||||
>
|
||||
<div className="flex items-center justify-between gap-3">
|
||||
<h3 className="text-base md:text-lg font-medium leading-tight">{item.question}</h3>
|
||||
{activeIndex === index && (
|
||||
<span className="ml-2 px-2 py-1 text-xs font-semibold text-primary-cta-text bg-primary-cta rounded-full">
|
||||
Active Now
|
||||
</span>
|
||||
)}
|
||||
<div className="flex shrink-0 items-center justify-center size-7 md:size-8 rounded primary-button">
|
||||
<Plus
|
||||
className={cls(
|
||||
|
||||
Reference in New Issue
Block a user