From 928452a2c032a859cd7679daa9fd0fe63e05bfd9 Mon Sep 17 00:00:00 2001 From: adhitya nantish Date: Sat, 6 Jan 2024 10:06:56 +0530 Subject: [PATCH] faq light mode --- comps/Faq.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/comps/Faq.tsx b/comps/Faq.tsx index 5564efe..e9209f5 100644 --- a/comps/Faq.tsx +++ b/comps/Faq.tsx @@ -19,10 +19,10 @@ export default function Faq() { {/* Question 1 */} - + How can I contribute to SourceGuide? - + Contributing to SourceGuide is easy! Simply visit our{' '} - + Is SourceGuide only for experienced developers? - + No, SourceGuide is inclusive for everyone, regardless of experience level. We curate projects with beginner-friendly issues, making it an ideal platform for those new to open source. Whether you're a seasoned developer or just starting, there's a place for you to learn, contribute, and grow with SourceGuide. {/* Question 3 */} - + Who started this initiative? - + The SourceGuide initiative was started by{' '} - + Are all GSoC organizations included here? - + We include organizations that have participated in GSoC over the last 5 years consistently. {/* Question 5 */} - + How does it find beginner-friendly issues? - + We identify beginner-friendly issues by searching for those tagged as "good-first-issue" or "beginner-friendly" and display them for contributors.