Skip to content

Commit

Permalink
Merge pull request #98 from IEEEUCSC/main
Browse files Browse the repository at this point in the history
remove prizes
  • Loading branch information
lakshith-403 authored Jan 29, 2024
2 parents 0b5a18e + 3cb9758 commit aa57ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const App = () => {
<Hero/>
<Intro/>
<Timeline/>
<Prizes/>
{/*<Prizes/>*/}
<Faq/>
<ContactUS/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/Components/Faq/Faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const data = {
},
{
title: "Do I need a team to participate?",
content:"Yes, for the Initial Round and the Final Hackathon, participants are encouraged to form teams of four members each.",
content:"Yes, for the Initial Round and the Final Hackathon, participants are required to form teams of three or four members each.",
},
{
title: "What if I'm a beginner in coding? Can I still participate?",
Expand Down

0 comments on commit aa57ac3

Please sign in to comment.