Skip to content

Commit

Permalink
clean comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoskolodny committed Nov 29, 2024
1 parent d904ea4 commit b9f4e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/advent-calendar-2024/pages/claim-your-gift.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`);
Expand Down

0 comments on commit b9f4e35

Please sign in to comment.