Skip to content

Commit

Permalink
Updated prizes and application deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobreinwald committed Feb 27, 2024
1 parent eff70f2 commit c026bfa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions src/components/PrizePage/Prizes.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,37 +16,37 @@ const allPrizes = [
{
img: 'overall',
track: 'Best Overall',
prize: '$250 Amazon Gift Card'
prize: '$150 Amazon Gift Card'
// caption: '1 Echo Studio'
},
{
img: 'web',
track: 'Best Web',
prize: '$100 Amazon Gift Card'
prize: '$80 Amazon Gift Card'
// caption: '1 Massage Gun'
},
{
img: 'mobile',
track: 'Best Mobile',
prize: '$100 Amazon Gift Card'
prize: '$80 Amazon Gift Card'
// caption: '4 Yeti Mugs'
},
{
img: 'game',
track: 'Best Game',
prize: '$100 Amazon Gift Card'
prize: '$80 Amazon Gift Card'
// caption: '4 Laptop Stands'
},
{
img: 'ie',
track: 'Best in Intersectional Environmentalism',
prize: '$100 Amazon Gift Card'
prize: '2 Camping Hammocks and 2 Wireless Charging Pads'
// caption: '4 Mini Phone Printers'
},
{
img: 'beg',
track: 'Best Beginner',
prize: '$100 Amazon Gift Card'
prize: '4 Wireless 3-in-1 Charging Stations'
// caption: '4 Butt Cushions'
}
];
Expand Down
2 changes: 1 addition & 1 deletion src/components/constants.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const hothStart = new Date('2024-03-03T08:00:00-08:00');
export const hothEnd = new Date('2024-03-03T23:00:00-08:00');
export const applyDeadline = new Date('2024-02-26T23:59:59-08:00');
export const applyDeadline = new Date('2024-02-28T23:59:59-08:00');
export const applicationOpen = new Date('2024-01-29T08:00:00-08:00');
export const scheduleAvailableTime = new Date('2024-02-26T08:00:00-08:00');

0 comments on commit c026bfa

Please sign in to comment.