From c526461b5b54f8aeb70736bccbe017c68128a425 Mon Sep 17 00:00:00 2001
From: aditya singh rathore <142787780+Adez017@users.noreply.github.com>
Date: Thu, 21 Aug 2025 14:31:39 +0000
Subject: [PATCH 1/2] fixed faqs
---
src/components/faqs/faqs.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx
index 0b5f99d7..17d8482e 100644
--- a/src/components/faqs/faqs.tsx
+++ b/src/components/faqs/faqs.tsx
@@ -122,8 +122,8 @@ const FAQs: React.FC = () => {
}
[&_a]:text-indigo-600 [&_a]:hover:text-indigo-800
dark:[&_a]:text-indigo-400 dark:[&_a]:hover:text-indigo-300
- [&_strong]:font-semibold [&_strong]:text-gray-800
- dark:[&_strong]:text-gray-200`}
+ [&_strong]:font-semibold [&_strong]:text-gray-500
+ dark:[&_strong]:text-gray-600`}
dangerouslySetInnerHTML={{ __html: faq.answer }}
/>
From e0b11fa500b1cbe331986fa4e413443fd535484a Mon Sep 17 00:00:00 2001
From: aditya singh rathore <142787780+Adez017@users.noreply.github.com>
Date: Fri, 22 Aug 2025 05:07:57 +0000
Subject: [PATCH 2/2] fixed dark visiblity
---
src/components/faqs/faqs.tsx | 25 ++++++++++++++++---------
1 file changed, 16 insertions(+), 9 deletions(-)
diff --git a/src/components/faqs/faqs.tsx b/src/components/faqs/faqs.tsx
index 17d8482e..735cbcfb 100644
--- a/src/components/faqs/faqs.tsx
+++ b/src/components/faqs/faqs.tsx
@@ -7,7 +7,7 @@ const faqData = [
{
question: "What is the recode hive?",
answer:
- "Recode Hive is a comprehensive platform focused on providing students with the right resources at the right time. We help you focus on important topics and tools used in current industry standards compared to traditional university curricula. This includes data engineering tutorials, blogs, and opportunities for open-source contributions with earning potential.
🌐 Visit our official website | 📚 Explore our documentation",
+ "Recode Hive is a comprehensive platform focused on providing students with the right resources at the right time. We help you focus on important topics and tools used in current industry standards compared to traditional university curricula. This includes data engineering tutorials, blogs, and opportunities for open-source contribution with earning potential.
🌐 Visit our official website | 📚 Explore our documentation",
},
{
question: "What features do the recode hive provides?",
@@ -118,13 +118,20 @@ const FAQs: React.FC = () => {
>