mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
⚡ Fix icon name
This commit is contained in:
parent
ef9178d954
commit
bae61fb40c
|
@ -8,7 +8,7 @@ import {
|
||||||
export const nodeDescription: INodeTypeDescription = {
|
export const nodeDescription: INodeTypeDescription = {
|
||||||
displayName: 'MongoDB',
|
displayName: 'MongoDB',
|
||||||
name: 'mongoDb',
|
name: 'mongoDb',
|
||||||
icon: 'file:mongoDb.svg',
|
icon: 'file:mongodb.svg',
|
||||||
group: ['input'],
|
group: ['input'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Find, insert and update documents in MongoDB.',
|
description: 'Find, insert and update documents in MongoDB.',
|
||||||
|
|
Loading…
Reference in a new issue