diff --git a/src/front/components/Lanyard/index.tsx b/src/front/components/Lanyard/index.tsx index 9f2b1bd..7d904c5 100644 --- a/src/front/components/Lanyard/index.tsx +++ b/src/front/components/Lanyard/index.tsx @@ -19,7 +19,7 @@ const getImageUrl = (activity: LanyardActivity, size: "large" | "small") => { const width = size === "large" ? 120 : 40; if (!activity.assets || !activity.assets.large_image) { if (size === "large") - return `https://dcdn.dstn.to/app-icons/${activity.application_id}?size=128`; + return `https://dcdn.dstn.to/app-icons/${activity.application_id}?size=${width}`; } if (!activity.assets) return null;