Skip to content

Commit

Permalink
team
Browse files Browse the repository at this point in the history
  • Loading branch information
virajchandra51 committed Oct 14, 2023
1 parent 99670f6 commit 197ce20
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/assets/data/PrizesData.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Prizes = [
],
},
{
title: "🥉 Second Runner - Up's 🥉",
title: "🥉 2ⁿᵈ Runner - Up's 🥉",
cashPrize: [
"The second runner-up team will be awarded Rs. 2.3 Lakhs, with Rs. 15,000 in cash.",
],
Expand Down
1 change: 1 addition & 0 deletions src/assets/data/categoryWinningTeamData.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ const winningTeamData = [
member5: "Ritesh Bhartiya",
},
{
problem: "PS5",
name: "Lorem Ipsum",
college: "Government Engineering College, Raipur",
leader: "Yash Joglekar ",
Expand Down
6 changes: 3 additions & 3 deletions src/assets/data/winningTeamData.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const winningTeamData = [
{
position: "1st",
position: "🥇 Winners 🥇",
name: "Technicutives",
college: "National Institute of Technology, Raipur",
leader: "Aditya Prasad",
Expand All @@ -11,7 +11,7 @@ const winningTeamData = [
member5: "Mohit Doraiburu",
},
{
position: "2nd",
position: "🥈 Runner - Up 🥈",
name: "Synchronized Minds",
college: "Indian Institute of Information Technology, Bhopal",
leader: "Manjeet Pathak",
Expand All @@ -22,7 +22,7 @@ const winningTeamData = [
member5: "Himanshu Tiwari",
},
{
position: "3rd",
position: "🥉 2ⁿᵈ Runner - Up 🥉",
name: "The Scripters",
college: "National Institute of Technology, Raipur",
leader: "Satwik Agrawal",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const CategoryWinningTeamCard = ({
getTeam(name, leader, member1, member2, member3, member4, member5)
}
>
{problem} {name}
<h2>{problem} </h2> <p>{name}</p>
</div>
</div>

Expand Down
3 changes: 2 additions & 1 deletion src/components/winningTeamCard/WinningTeamCard.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,10 @@
object-fit: cover;
background-color: white;
color: black;
height: 100px;
height: 120px;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
border-radius: 16px;
font-weight: 600;
Expand Down
2 changes: 1 addition & 1 deletion src/components/winningTeamCard/WinningTeamCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const WinningTeamCard = ({
getTeam(name, leader, member1, member2, member3, member4, member5)
}
>
{position} {name}
<h2>{position} </h2> <p>{name}</p>
</div>
</div>

Expand Down

0 comments on commit 197ce20

Please sign in to comment.