mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 03:12:15 +00:00
💄 Add icons to all nodes which did not have any
This commit is contained in:
@@ -11,7 +11,7 @@ export class ReadFileFromUrl implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'Read File From Url',
|
||||
name: 'readFileFromUrl',
|
||||
icon: 'fa:globe',
|
||||
icon: 'fa:file-download',
|
||||
group: ['input'],
|
||||
version: 1,
|
||||
description: 'Reads a file from an URL',
|
||||
|
||||
Reference in New Issue
Block a user