Skip to content
Merged
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
8 changes: 7 additions & 1 deletion src/components/prizes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,15 @@ const generalPerks = [
{
Icon: Globe,
title: "1-Year .xyz Domain",
desc: "Worth ₹1L+ for all participants",
desc: "Worth ₹1L+ for selected participants",
color: "#3b82f6"
},
{
Icon: Star,
title: "Three CodeChef Pro Subscriptions",
desc: "One each to a selected student from each of the top 3 teams",
color: "#10b981"
},
{
Icon: Gift,
title: "Hackathon Kits",
Expand Down
Loading