mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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:
@@ -22,7 +22,7 @@ import { IWorkspaceDto } from './WorkpaceInterfaces';
|
||||
export class ClockifyTrigger implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Clockify Trigger',
|
||||
icon: 'file:clockify.png',
|
||||
icon: 'file:clockify.svg',
|
||||
name: 'clockifyTrigger',
|
||||
group: [ 'trigger' ],
|
||||
version: 1,
|
||||
|
||||
Reference in New Issue
Block a user