Skip to content

Commit

Permalink
removed track prizes coming soon section
Browse files Browse the repository at this point in the history
  • Loading branch information
abnv-o committed Oct 16, 2024
1 parent 63f7901 commit 9bde363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/Prizes/Prizes.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ const Prizes = () => {
/>
</div>
</div>
<div className="space-y-32 z-20 relative bg-customBlue">
{/* <div className="space-y-32 z-20 relative bg-customBlue">
<div className="w-full flex justify-between items-center py-24">
<div className=" hidden md:flex">{whiteBoxes}</div>
<div className="flex md:hidden">{whiteBoxesSmall}</div>
Expand Down Expand Up @@ -276,7 +276,7 @@ const Prizes = () => {
/>
</div>
</div>
</div>
</div> */}
</div>
</Fragment>
);
Expand Down

0 comments on commit 9bde363

Please sign in to comment.