From: Chris Duncan Date: Sat, 13 Jul 2024 05:15:16 +0000 (-0700) Subject: Update icons. X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=8518cf913af23bd72bb2f9649e669b72c58cda08;p=flowpex.git Update icons. --- diff --git a/src/System/Date/isLeapYear/System_Date_isLeapYear.cls b/src/System/Date/isLeapYear/System_Date_isLeapYear.cls index f321beb..2366842 100644 --- a/src/System/Date/isLeapYear/System_Date_isLeapYear.cls +++ b/src/System/Date/isLeapYear/System_Date_isLeapYear.cls @@ -5,7 +5,7 @@ global class System_Date_isLeapYear { - @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:product_request_line_item' description='Returns true if the specified year is a leap year.') + @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:shift_scheduling_operation' description='Returns true if the specified year is a leap year.') global static List System_Date_isLeapYear (List requests) { List responses = new List(); diff --git a/src/System/Date/isSameDay/System_Date_isSameDay.cls b/src/System/Date/isSameDay/System_Date_isSameDay.cls index 677152d..d1c764c 100644 --- a/src/System/Date/isSameDay/System_Date_isSameDay.cls +++ b/src/System/Date/isSameDay/System_Date_isSameDay.cls @@ -5,7 +5,7 @@ global class System_Date_isSameDay { - @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:cms' description='Returns true if two specified dates are the same.') + @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:shift' description='Returns true if two specified dates are the same.') global static List System_Date_isSameDay (List requests) { List responses = new List();