🐛 Fix n8n training icon references (#2463)

This commit is contained in:
Iván Ovejero 2021-11-22 22:45:48 +01:00 committed by GitHub
parent cbb1b69fa3
commit b6762af7f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ import {
export class N8nTrainingCustomerMessenger implements INodeType {
description: INodeTypeDescription = {
displayName: 'Customer Messenger (n8n training)',
name: 'n8nTrainingCustomeMessenger',
name: 'n8nTrainingCustomerMessenger',
icon: 'file:n8nTrainingCustomerMessenger.svg',
group: ['transform'],
version: 1,