Skip to content

Commit 5d7cf32

Browse files
Merge pull request #179 from UWB-ACM/pgobin/more-new-prizes
Pgobin/more new prizes
2 parents f92efaa + b4d5ddf commit 5d7cf32

4 files changed

Lines changed: 9 additions & 3 deletions

File tree

368 KB
Loading
77.3 KB
Loading

public/hackeroonShop/usbDock.png

108 KB
Loading

src/util/prizeImage.ts

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ import HuskySticker from "@/public/hackeroonShop/huskySticker.jpg";
2424
import UWBPenantKeychain from "@/public/hackeroonShop/uwbPenantKeychain.jpg";
2525
import UWSticker from "@/public/hackeroonShop/uwSticker.jpg";
2626
import 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

2931
export 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
}

0 commit comments

Comments
 (0)