diff --git a/src/pages/advent-calendar-2024/pages/claim-your-gift.jsx b/src/pages/advent-calendar-2024/pages/claim-your-gift.jsx index cd7e02748e..0cbc926dc1 100644 --- a/src/pages/advent-calendar-2024/pages/claim-your-gift.jsx +++ b/src/pages/advent-calendar-2024/pages/claim-your-gift.jsx @@ -729,7 +729,7 @@ const ClaimYourGift = () => { const originalSvgElement = document.getElementById("illustration-svg"); const clonedSvgElement = originalSvgElement.cloneNode(true); - const posterWidth = 500; + const posterWidth = 1080; clonedSvgElement.setAttribute("width", `${posterWidth}px`); clonedSvgElement.setAttribute("height", `${(posterWidth * 7) / 5}px`);