mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +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:
@@ -26,7 +26,7 @@ export class AwsSnsTrigger implements INodeType {
|
||||
displayName: 'AWS SNS Trigger',
|
||||
subtitle: `={{$parameter["topic"].split(':')[5]}}`,
|
||||
name: 'awsSnsTrigger',
|
||||
icon: 'file:sns.png',
|
||||
icon: 'file:sns.svg',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Handle AWS SNS events via webhooks',
|
||||
|
||||
Reference in New Issue
Block a user