How to change the email header image for specific notifications only?

I would like to customize the Order Confirmation page by adding a Thank you - header to the automatic notifications.

I can do that by replacing the logo in the header, but it changes it for every other notification too, which I don’t want. I don’t want someone who gets a refund to see the “Thank you for your order” - image.

Which bit of the code should I replace with the img scr -url for my custom header? This was done within the Order Confirmation code, but it still changed all the others as well.

I’m obviously not a coder, so any help would be appreciated :slightly_smiling_face:

{%- if shop.email_logo_url %} {{ shop.name }} {%- else %}

{{ shop.name }}

{%- endif %}