From 719f9d58f71972bccbc0e70ec30c2f30b3f0d2ac Mon Sep 17 00:00:00 2001 From: Christian Fehmer Date: Mon, 9 Feb 2026 16:25:18 +0100 Subject: [PATCH] fix: merch banner image not visible on profile page (@fehmer) - open https://monkeytype.com/profile/Miodec tries to load https://monkeytype.com/profile/images/merch3.png --- frontend/src/ts/elements/merch-banner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); },