mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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:
@@ -16,7 +16,7 @@ export class Mailgun implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Mailgun',
|
||||
name: 'mailgun',
|
||||
icon: 'file:mailgun.png',
|
||||
icon: 'file:mailgun.svg',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
description: 'Sends an Email via Mailgun',
|
||||
|
||||
Reference in New Issue
Block a user