mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
Change icon for V2
This commit is contained in:
parent
7aa2bce505
commit
46b59bea2e
|
@ -10,7 +10,7 @@ export class DateTime extends VersionedNodeType {
|
||||||
const baseDescription: INodeTypeBaseDescription = {
|
const baseDescription: INodeTypeBaseDescription = {
|
||||||
displayName: 'Date & Time',
|
displayName: 'Date & Time',
|
||||||
name: 'dateTime',
|
name: 'dateTime',
|
||||||
icon: 'fa:clock',
|
icon: 'fa:calendar-alt',
|
||||||
group: ['transform'],
|
group: ['transform'],
|
||||||
defaultVersion: 2,
|
defaultVersion: 2,
|
||||||
description: 'Allows you to manipulate date and time values',
|
description: 'Allows you to manipulate date and time values',
|
||||||
|
|
Loading…
Reference in a new issue