Skip to content

Commit

Permalink
Change icon for V2
Browse files Browse the repository at this point in the history
  • Loading branch information
agobrech committed Apr 11, 2023
1 parent 7aa2bce commit 46b59be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nodes-base/nodes/DateTime/DateTime.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 46b59be

Please sign in to comment.