How can I update the gift card image in email notifications?

Hello,

I have managed to change the gift card image displayed in the Gift Card email notification.

However when I tested/preview the email, when the ‘View Gift Card’ button is pressed, I still see the old image as below (just above the QR code). How do I fix this? Thanks!

@falkor you might have to look into the gift_card.liquid within the section codes and replace the

{{ 'gift-card/card.svg' | shopify_asset_url }}

(or similar). The replacement image can be uploaded into the assets folder and placed in the gift_card.liquid by using

{{ 'your-gift-card-file.png' | asset_url }}