Skip to content

Commit 8a45599

Browse files
committed
fix: FAQ question title
1 parent 359f9eb commit 8a45599

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

2025/src/sections/faq.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const FAQ = () => {
66

77
const faqData = [
88
{
9-
question: "how will the tracks be decided?",
9+
question: "What are the Tracks/Problem Statements?",
1010
answer: (<div className="answer-text">The hackathon will have two tracks: GajShield Track and Mystery Track. Teams in the GajShield Track will receive their problem statement 3-4 days prior and can start working early, but a twist will be introduced on the competition day. <br />Meanwhile, teams in the Mystery Track will receive their problem statement on the day of the competition.</div>)
1111
},
1212

0 commit comments

Comments
 (0)