Textes are working!! need to convert image now

This commit is contained in:
PascalMarchesseault
2024-12-08 01:06:51 -05:00
parent afd5569a8f
commit cd9c96af39
3 changed files with 175 additions and 102 deletions

View File

@@ -58,11 +58,11 @@
<div class="absolute bottom-6 right-8 z-20 shadow-2xl rounded-md text-white w-64 h-28 flex justify-center align-center"
:style="{ backgroundColor: brandingStore.colors.secondary}">
<donation-button-banner
:creator-id="creatorId"
:creator-name="creatorName"
:on-success-url="successUrl"
:on-cancelled-url="cancelledUrl"></donation-button-banner>
<!-- <donation-button-banner -->
<!-- :creator-id="creatorId"-->
<!-- :creator-name="creatorName"-->
<!-- :on-success-url="successUrl"-->
<!-- :on-cancelled-url="cancelledUrl"></donation-button-banner>-->
</div>