Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
burturt committed Feb 11, 2024
1 parent 4750f13 commit 9777aa6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions components/PrizesStrip.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,18 @@ const PrizesStrip = () => {
className={styles.prizelink}
href="https://www.myamberlife.com/amberpro/"
>
2 Amber Pro Smart Storage Devices
Amber Pro Smart Storage Devices
</a>{" "}
</li>
<li>
2nd place: $140 +<br />
<a
className={styles.prizelink}
href="https://www.myamberlife.com/amberpro/"
>
Amber Pro Smart Storage Devices
</a>{" "}
</li>
<li>2nd place: $140</li>
<li>3rd place: $100</li>
<li>4th & 5th place: $80</li>
<li>6th-10th place: $40</li>
Expand Down Expand Up @@ -59,7 +67,8 @@ const PrizesStrip = () => {
</div>
</div>
<p className={styles.prizebetween}>
Prizes are subject to change and may be made conditional on proof of challenge completion (writeups).
Prizes are subject to change and may be made conditional on proof of
challenge completion (writeups).
</p>
<div className={styles.writeprizecontainer}>
<div className={styles.writeupprizelist}>
Expand Down

0 comments on commit 9777aa6

Please sign in to comment.