From b9f4e359b53ec967ace7a70b459207b2281e94b5 Mon Sep 17 00:00:00 2001 From: marcoskolodny Date: Fri, 29 Nov 2024 15:12:10 +0100 Subject: [PATCH] clean comment --- src/pages/advent-calendar-2024/pages/claim-your-gift.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 91c413941f..f2640c3b4d 100644 --- a/src/pages/advent-calendar-2024/pages/claim-your-gift.jsx +++ b/src/pages/advent-calendar-2024/pages/claim-your-gift.jsx @@ -725,7 +725,7 @@ const ClaimYourGift = () => { const originalSvgElement = document.getElementById("illustration-svg"); const clonedSvgElement = originalSvgElement.cloneNode(true); - const posterWidth = 500; // <---- cambia este numero + const posterWidth = 500; clonedSvgElement.setAttribute("width", `${posterWidth}px`); clonedSvgElement.setAttribute("height", `${(posterWidth * 7) / 5}px`);