Modifying gift card image on customer page

I want to change the gift card picture on the customer page from the red gift to my gift card. I have managed to get to the right spot and delete the red gift but I cant get the code to work for my gift card image. Here is the screenshot of the code that is there now. Ive tried copying what i think is the url to use but it doesnt work. Does someone have an example of what it needs to look like?

Here is the code screenshot

The code uses Liquid filters: shopify_asset_url filter to refer to a limited set of files centrally hosted by Shopify. Your file is not there.

To use your own image you need to use Liquid filters: file_url or Liquid filters: file_img_url to reference images uploaded to your Content-> Files.

There is no need to upload to Assets – quite the opposite, it’s not recommended.
You may unpublish the theme, or even remove it and your gift card image will be gone with it.
Notification e-mails processor has no idea what’s your current theme.