From 0e9eff42ed6cb704cf222ddbc0db2ef7979d8697 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 27 Apr 2026 14:26:30 +0000 Subject: [PATCH 1/2] Bob AI: Change the background color of the div with data-webild-id=" --- src/components/sections/faq/FaqSimple.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/faq/FaqSimple.tsx b/src/components/sections/faq/FaqSimple.tsx index c1b2c0c..98d85b5 100644 --- a/src/components/sections/faq/FaqSimple.tsx +++ b/src/components/sections/faq/FaqSimple.tsx @@ -68,7 +68,7 @@ const FaqSimple = ({ key={index} onClick={() => handleToggle(index)} className={cls( - "p-3 2xl:p-4 rounded card cursor-pointer select-none", + "p-3 2xl:p-4 rounded card cursor-pointer select-none bg-purple-500", index === 0 ? "bg-red-500" : "" // Conditional red background for the first item )} data-webild-id="webild-1777298409123-pwmvcosxl" -- 2.49.1 From 8469ed97a63bc0a81141be02c17719de6a245f5f Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 27 Apr 2026 14:26:49 +0000 Subject: [PATCH 2/2] Bob AI: Make the text inside the div with data-webild-id="webild-177 --- src/components/sections/faq/FaqSimple.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/faq/FaqSimple.tsx b/src/components/sections/faq/FaqSimple.tsx index 98d85b5..3f11f18 100644 --- a/src/components/sections/faq/FaqSimple.tsx +++ b/src/components/sections/faq/FaqSimple.tsx @@ -68,7 +68,7 @@ const FaqSimple = ({ key={index} onClick={() => handleToggle(index)} className={cls( - "p-3 2xl:p-4 rounded card cursor-pointer select-none bg-purple-500", + "p-3 2xl:p-4 rounded card cursor-pointer select-none bg-purple-500 font-bold", index === 0 ? "bg-red-500" : "" // Conditional red background for the first item )} data-webild-id="webild-1777298409123-pwmvcosxl" -- 2.49.1