Skip to content

Commit

Permalink
chore: update prizes (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Apr 18, 2024
1 parent 887bb78 commit 9907fb9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const Prizes = () => {
<h6 className={cn.prizeHeader}>1st Place</h6>

<div className={cn.prizes}>
<p>$100 Visa Card</p>
<p>2nd Gen Airpods</p>
<p>
1:1 Mentorship/Career Discussion with judge
of your choice
Expand All @@ -55,7 +55,7 @@ const Prizes = () => {
<h6 className={cn.prizeHeader}>2nd Place</h6>

<div className={cn.prizes}>
<p>$50 Visa Card</p>
<p>Wireless Keyboard</p>
<p>
1:1 Mentorship/Career Discussion with
judge of your choice
Expand All @@ -74,7 +74,7 @@ const Prizes = () => {
>
<h6 className={cn.prizeHeader}>3rd Place</h6>
<div className={cn.prizes}>
<p>$25 Visa Card</p>
<p>Light-up Cat Lamp</p>
<p>
1:1 Mentorship/Career Discussion with
judge of your choice
Expand Down

0 comments on commit 9907fb9

Please sign in to comment.