]> git.codecow.com Git - flowpex.git/commitdiff
Update icons.
authorChris Duncan <chris@flowpex.dev>
Sat, 13 Jul 2024 05:15:16 +0000 (22:15 -0700)
committerChris Duncan <chris@flowpex.dev>
Sat, 13 Jul 2024 05:15:16 +0000 (22:15 -0700)
src/System/Date/isLeapYear/System_Date_isLeapYear.cls
src/System/Date/isSameDay/System_Date_isSameDay.cls

index f321bebe4347720e913fbbf54ab7c4d1c4d163c8..2366842832c512e8b40e2c09056a5cb8e4b38a08 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_isLeapYear {\r
 \r
-    @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.')\r
+    @InvocableMethod(label='System.Date.isLeapYear()' category='Flowpex' iconName='slds:standard:shift_scheduling_operation' description='Returns true if the specified year is a leap year.')\r
 \r
     global static List<Response> System_Date_isLeapYear (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r
index 677152d0d2e2aa5519de1a7317ffd8b816829933..d1c764cca21e11541cfe9531627438896ef28b7c 100644 (file)
@@ -5,7 +5,7 @@
 \r
 global class System_Date_isSameDay {\r
 \r
-    @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:cms' description='Returns true if two specified dates are the same.')\r
+    @InvocableMethod(label='System.Date.isSameDay()' category='Flowpex' iconName='slds:standard:shift' description='Returns true if two specified dates are the same.')\r
 \r
     global static List<Response> System_Date_isSameDay (List<Request> requests) {\r
         List<Response> responses = new List<Response>();\r