File tree Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Expand file tree Collapse file tree 1 file changed +20
-10
lines changed Original file line number Diff line number Diff 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)
1414export 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
You can’t perform that action at this time.
0 commit comments