mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +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:
@@ -32,7 +32,7 @@ export class CoinGecko implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'CoinGecko',
|
||||
name: 'coinGecko',
|
||||
icon: 'file:coinGecko.png',
|
||||
icon: 'file:coinGecko.svg',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
description: 'Consume CoinGecko API',
|
||||
|
||||
Reference in New Issue
Block a user