Skip to content

Commit

Permalink
feat: increase CS2 price money
Browse files Browse the repository at this point in the history
  • Loading branch information
niccofyren authored Jan 28, 2025
1 parent 1be7be9 commit 7fb8e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/competitions/esport.astro
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const buttonStyles = [
<SportsBox
title="CS2"
class={`${boxStyles.join(" ")} sm:col-start-1 sm:col-span-2 sm:row-start-2 sm:-mt-20 sm:mb-20 bg-blue-50 text-black prose prose-headings:text-black`}
prizes={[40000, 10000, 5000]}
prizes={[40000, 15000, 5000]}
requiresTicket
byoc
>
Expand Down

0 comments on commit 7fb8e83

Please sign in to comment.