Skip to content

Commit

Permalink
Publish 2024-12-11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderby committed Dec 11, 2024
1 parent 82c6b9f commit efeb85c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion elements/plus-tiers.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const htmlText = `
<span class="button-link__text" data-text="more">More options</span>
</a>
-->
<a class="button-link button-link--paddle js-link-paddle" href="#pay" data-s="d-side-paddle">
<a class="button-link button-link--paddle js-link-paddle" href="#pay" data-s="d-plus-paddle">
<span class="button-link__text">
<span data-text="pay">Pay</span>
<span class="js-price-regular">${DEFAULT_PRICE_PLUS}</span>
Expand Down Expand Up @@ -615,6 +615,8 @@ class PlusTiersElement extends HTMLElement {
});
s('.js-card-icon').each((node) => node.classList.add('button-link__card-icon--cn'));
}

initPaddle(this);
}
}

Expand Down

0 comments on commit efeb85c

Please sign in to comment.