From f8766c85af0c27a4b2f9b60969159d9ba223a2ec Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Wed, 17 Jul 2024 23:26:14 +0200 Subject: [PATCH] select with images --- snippets/shx-3d-render-input.liquid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets/shx-3d-render-input.liquid b/snippets/shx-3d-render-input.liquid index cd20c66..29f9fef 100644 --- a/snippets/shx-3d-render-input.liquid +++ b/snippets/shx-3d-render-input.liquid @@ -665,7 +665,7 @@ if (isInputShxFont) { const fontAssetName = `shx-texte-font-${optionValue.toLowerCase().split(" ").join("-")}.svg` - const imgSrc = "{{ fontAssetName | asset_url }}" + const imgSrc = "{{ "shx-texte-font-arial.svg" | asset_url }}" console.log("fontAssetName", fontAssetName, imgSrc)