mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 05:17:28 -08:00
💄 Add icon for Mailgun-Node
This commit is contained in:
parent
e3fafc85e6
commit
c078cda7cb
|
@ -14,7 +14,7 @@ export class Mailgun implements INodeType {
|
|||
description: INodeTypeDescription = {
|
||||
displayName: 'Mailgun',
|
||||
name: 'mailgun',
|
||||
icon: 'fa:envelope',
|
||||
icon: 'file:mailgun.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
description: 'Sends an Email via Mailgun',
|
BIN
packages/nodes-base/nodes/Mailgun/mailgun.png
Normal file
BIN
packages/nodes-base/nodes/Mailgun/mailgun.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
Loading…
Reference in a new issue