Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Felipe Ribeiro authored and Felipe Ribeiro committed Dec 21, 2023
1 parent 2349b6d commit 93d6126
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -365,26 +365,18 @@

const bgNoSnow =
ipfsURL + "QmctZJrzKu3ctyFLeZZAS2FkU6uLKMZNUkZbY24H2wjFzJ/bgNoSnow.jpg";
// const wrappedBg = document.querySelector(".wrapped-div");
// wrappedBg.style.backgroundImage = `url(${bgNoSnow})`;

const cardInsideLeft =
ipfsURL +
"QmctZJrzKu3ctyFLeZZAS2FkU6uLKMZNUkZbY24H2wjFzJ/cardInsideLeft.png";
// const cartPageInside = document.querySelector(".cart-page-inside");
// cartPageInside.style.backgroundImage = `url(${cardInsideLeft})`;

const cardInsideRight =
ipfsURL +
"QmctZJrzKu3ctyFLeZZAS2FkU6uLKMZNUkZbY24H2wjFzJ/cardRightSide.png";
// const cartPageBottom = document.querySelector(".cart-page-bottom");
// cartPageBottom.style.backgroundImage = `url(${cardInsideRight})`;

const wrappedCard =
ipfsURL +
"QmctZJrzKu3ctyFLeZZAS2FkU6uLKMZNUkZbY24H2wjFzJ/wrappedCard.png";
// const cartPageOutside = document.querySelector(".cart-page-outside");
// cartPageOutside.style.backgroundImage = `url(${wrappedCard})`;

function loadImage(url) {
return new Promise((resolve, reject) => {
Expand Down

0 comments on commit 93d6126

Please sign in to comment.