Skip to content

Commit

Permalink
Update claim-your-gift.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yceballost committed Nov 29, 2024
1 parent e67bbac commit c356837
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 @@ -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`);
Expand Down

0 comments on commit c356837

Please sign in to comment.