Skip to content

Commit 6e653de

Browse files
committed
change item names on member page
1 parent c7f9344 commit 6e653de

File tree

1 file changed

+20
-10
lines changed

1 file changed

+20
-10
lines changed

public/member/constants.js

Lines changed: 20 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,25 +13,35 @@ export const HCB_BASE_URL = 'https://hcb.hackclub.com/donations/start/austin-iee
1313
// IRL-only shop items (snacks, etc)
1414
export const irlShopItems = [
1515
{
16-
id: "shirtXS",
17-
name: "Shirt - XS",
16+
id: "caprisun",
17+
name: "CapriSun",
18+
price: 50,
19+
},
20+
{
21+
id: "poptart",
22+
name: "PopTart",
23+
price: 50,
24+
},
25+
{
26+
id: "shirtXSpost",
27+
name: "Shirt (Overstock) XS",
1828
price: 1500,
1929
},
2030
{
21-
id: "shirtS",
22-
name: "Shirt - S",
31+
id: "shirtSpost",
32+
name: "Shirt (Overstock) S",
2333
},
2434
{
25-
id: "shirtM",
26-
name: "Shirt - M"
35+
id: "shirtMpost",
36+
name: "Shirt (Overstock) M"
2737
},
2838
{
29-
id: "shirtL",
30-
name: "Shirt - L"
39+
id: "shirtLpost",
40+
name: "Shirt (Overstock) L"
3141
},
3242
{
33-
id: "shirtXL",
34-
name: "Shirt - XL"
43+
id: "shirtXLpost",
44+
name: "Shirt (Overstock) XL"
3545
},
3646
];
3747

0 commit comments

Comments
 (0)