Skip to content

Commit

Permalink
Prize Mapping change
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Oct 27, 2024
1 parent 48a25d4 commit 902f469
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions app/dashboard/raffle/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ interface PrizeInfo {
}

const prizeMapping: Record<string, PrizeInfo> = {
prizeA: {
name: 'XBOX',
description: '1TB',
amazon: {
name: 'Amazon Gift Card',
description: '$50 Dollar Amazon Gift Card',
},
prizeB: {
name: 'Backpack',
description: 'Holloway Backpack',
matcha: {
name: 'Matcha Kit',
description: 'Starter Matcha Kit with Matcha Powder and Whisker',
},
prizeC: {
name: 'Backpack 2',
description: 'Spiderman backpack',
blanket: {
name: 'Weighted Blanket',
description: '20 Pound Weighted Blanket',
},
};

Expand Down

0 comments on commit 902f469

Please sign in to comment.