fix: Fix missing node logos (#9844)

This commit is contained in:
Jon
2024-06-26 08:35:59 +01:00
committed by GitHub
parent 8a09806c5a
commit 1eeaf32523
20 changed files with 14 additions and 24 deletions

View File

@@ -23,7 +23,7 @@ export class CustomerIoTrigger implements INodeType {
displayName: 'Customer.io Trigger',
name: 'customerIoTrigger',
group: ['trigger'],
icon: 'file:customerio.svg',
icon: { light: 'file:customerio.svg', dark: 'file:customerio.dark.svg' },
version: 1,
description: 'Starts the workflow on a Customer.io update (Beta)',
defaults: {