From be4bbe701486f326b1aab351bb726de35789252d Mon Sep 17 00:00:00 2001 From: Bhaskar Metiya Date: Sun, 18 Aug 2024 10:20:14 +0530 Subject: [PATCH] Update prizes amount --- src/components/Prizes/Prizes.jsx | 16 ++++++++-------- src/components/Tracks/Tracks.jsx | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/components/Prizes/Prizes.jsx b/src/components/Prizes/Prizes.jsx index 877c6f9..463b907 100644 --- a/src/components/Prizes/Prizes.jsx +++ b/src/components/Prizes/Prizes.jsx @@ -52,7 +52,7 @@ const Prizes = () => {

 FIRST PRIZE

$3600*

-

*Inclusive of ₹35000 cash + other swags and benefits

+

*Inclusive of ₹35000 cash + other swags and sponsor benefits

@@ -70,7 +70,7 @@ const Prizes = () => {

 SECOND PRIZE

$2950*

-

*Inclusive of ₹25000 cash + other swags and benefits

+

*Inclusive of ₹25000 cash + other swags and sponsor benefits

@@ -86,7 +86,7 @@ const Prizes = () => {

 THIRD PRIZE

$2750*

-

*Inclusive of ₹15000 cash + other swags and benefits

+

*Inclusive of ₹15000 cash + other swags and sponsor benefits

@@ -113,7 +113,7 @@ const Prizes = () => {

- $1000 + $500

@@ -148,7 +148,7 @@ const Prizes = () => {

- $??? + $150

@@ -164,7 +164,7 @@ const Prizes = () => {

- $??? + $2350

@@ -183,7 +183,7 @@ const Prizes = () => {

- $25 + $150

@@ -199,7 +199,7 @@ const Prizes = () => {

- $25 + $150

diff --git a/src/components/Tracks/Tracks.jsx b/src/components/Tracks/Tracks.jsx index f30ca9c..4fb63cc 100644 --- a/src/components/Tracks/Tracks.jsx +++ b/src/components/Tracks/Tracks.jsx @@ -110,7 +110,7 @@ const Tracks = () => { {moveRight(); handleCardClick((selectedTrack % 6) + 1)}}/> -
P.S. You can win prizes worth $??? for the best hack in every track.
+
Every track winner will get prizes worth $150 including ₹2000 cash, ₹5000 in swags, and additional sponsor benefits
);