mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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 = {
|
||||
displayName: 'Date & Time',
|
||||
name: 'dateTime',
|
||||
icon: 'fa:clock',
|
||||
icon: 'fa:calendar-alt',
|
||||
group: ['transform'],
|
||||
defaultVersion: 2,
|
||||
description: 'Allows you to manipulate date and time values',
|
||||
|
|
Loading…
Reference in a new issue