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

@@ -81,7 +81,6 @@ export class ActiveCampaign implements INodeType {
description: INodeTypeDescription = {
displayName: 'ActiveCampaign',
name: 'activeCampaign',
icon: { light: 'file:activeCampaign.svg', dark: 'file:activeCampaign.dark.svg' },
group: ['transform'],
version: 1,