⚡ 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:
@@ -17,7 +17,7 @@ export class CalendlyTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Calendly Trigger',
|
||||
name: 'calendlyTrigger',
|
||||
icon: 'file:calendly.png',
|
||||
icon: 'file:calendly.svg',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Starts the workflow when Calendly events occur.',
|
||||
|
||||
Reference in New Issue
Block a user