mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Replace PNG icons with SVG and optimize (#1890)
* 🎨 Replace PNG icons with SVG icons * ⚡ Fix size of bitbucket icon * ⚡ Optimize svgs Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -40,7 +40,7 @@ export class PipedriveTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Pipedrive Trigger',
|
||||
name: 'pipedriveTrigger',
|
||||
icon: 'file:pipedrive.png',
|
||||
icon: 'file:pipedrive.svg',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Starts the workflow when Pipedrive events occur.',
|
||||
|
||||
Reference in New Issue
Block a user