File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,7 +24,9 @@ import HuskySticker from "@/public/hackeroonShop/huskySticker.jpg";
2424import UWBPenantKeychain from "@/public/hackeroonShop/uwbPenantKeychain.jpg" ;
2525import UWSticker from "@/public/hackeroonShop/uwSticker.jpg" ;
2626import UWBPenant from "@/public/hackeroonShop/uwbPenant.jpg" ;
27- // import PurpleWaterBottle from "@/public/hackeroonShop/purpleWaterBottle.jpg";
27+ import USBDock from "@/public/hackeroonShop/usbDock.png" ;
28+ import LegoDinosaur from "@/public/hackeroonShop/legoDinosaur.png" ;
29+ import PurpleWaterBottle from "@/public/hackeroonShop/purpleWaterBottle.png" ;
2830
2931export const retrievePrizeImage = (
3032 prizeName : string | null ,
@@ -78,8 +80,12 @@ export const retrievePrizeImage = (
7880 return UWSticker ;
7981 case "uwbPenant" :
8082 return UWBPenant ;
81- // case "purpleWaterBottle":
82- // return PurpleWaterBottle
83+ case "usbDock" :
84+ return USBDock ;
85+ case "legoDinosaur" :
86+ return LegoDinosaur ;
87+ case "purpleWaterBottle" :
88+ return PurpleWaterBottle ;
8389 default :
8490 return DefaultImage ;
8591 }
You can’t perform that action at this time.
0 commit comments