Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/landing/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const LandingAboutInCTF = () => (
<Target size={20} />
</div>
<p className="text-slate-300 leading-relaxed font-medium">
multi-month, completely free programme.
multi-month, world-class programme.
</p>
</li>
<li className="flex items-start gap-4">
Expand Down
2 changes: 1 addition & 1 deletion src/components/landing/LandingFAQ.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const LandingFAQ = () => {
question: "Is InCTF free?",
answer: (
<>
Yes, participation in InCTF is completely free for all eligible students. There are no hidden charges to access the training or compete in the qualifiers.
There is a small registration fee of ₹499 for all eligible students. There are no hidden charges to access the training.
</>
)
},
Expand Down
Loading