fix(editor): Fix button image link in easy AI template sticky note for UK users (#21527)

This commit is contained in:
Charlie Kolb 2025-11-05 19:57:00 +01:00 committed by GitHub
parent 0ccf47044a
commit 74a0b51c46
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

@ -8,12 +8,12 @@
"name": "When chat message received",
"type": "@n8n/n8n-nodes-langchain.chatTrigger",
"typeVersion": 1.1,
"position": [360, 20],
"position": [340, 20],
"webhookId": "a889d2ae-2159-402f-b326-5f61e90f602e"
},
{
"parameters": {
"content": "## Start by saying 'hi'\n![Button](https://i.imgur.com/PrIBJI6.png)",
"content": "## Start by saying 'hi'\n![Button](/static/openChat.png)",
"height": 149,
"width": 150
},