I am using www.crossmint.io to accept credit cards on my NFT drop.
For some reason, the image preview is showing a green leaf (crossmint logo) instead of my NFT collection image.
This is my code:
<CrossmintPayButton
collectionTitle="My Collection"
collectionDescription="A collection of NFTs"
collectionPhoto="/mint-preview.png"
clientId="<REDACTED>"
/>
I am using version 0.15.alpha1.
How can I fix this?