mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
⚡ Fix conflicts
This commit is contained in:
@@ -56,7 +56,7 @@ export class Mailchimp implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Mailchimp',
|
||||
name: 'mailchimp',
|
||||
icon: 'file:mailchimp.png',
|
||||
icon: 'file:mailchimp.svg',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
|
||||
@@ -19,7 +19,7 @@ export class MailchimpTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Mailchimp Trigger',
|
||||
name: 'mailchimpTrigger',
|
||||
icon: 'file:mailchimp.png',
|
||||
icon: 'file:mailchimp.svg',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Handle Mailchimp events via webhooks',
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 KiB |
19
packages/nodes-base/nodes/Mailchimp/mailchimp.svg
Normal file
19
packages/nodes-base/nodes/Mailchimp/mailchimp.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 12 KiB |
Reference in New Issue
Block a user