diff --git a/frontend/src/ts/elements/merch-banner.tsx b/frontend/src/ts/elements/merch-banner.tsx index 8f9279b23f84..84eebc7cf072 100644 --- a/frontend/src/ts/elements/merch-banner.tsx +++ b/frontend/src/ts/elements/merch-banner.tsx @@ -22,7 +22,7 @@ export function showIfNotClosedBefore(): void { ), - imagePath: "./images/merch3.png", + imagePath: "/images/merch3.png", onClose: () => { closed.set(true); },