How to add an extra button to Dawn 15.2.0

I wanted to add an extra button to a slide of my slideshow, I used this https://community.shopify.com/c/shopify-design/how-to-add-a-second-button-to-a-dawn-6-0-2-slideshow-slide/td-p/1672956

and changed the code.

After doing this another button has been added but there’s an error to the code that displays on my website saying “Could not find asset snippets/icon-caret.liquid” on line 143/160.

When I look at the code, there’s a red line under that and when i hover it says “does not exist”

I don’t understand codes at all so could do with some help! I hope this makes sense/ can add images if needed

Hi @divinity1

You can remove this code from your new button code

{% render 'icon-caret' %}

Hi, it seems that you have missed "icon-caret.liquid "file in snippets

  1. Create a new file named “icon-caret.liquid” in the folder snippets

  2. Copy below code in it.


3.Save

Hope this helps.