From 54fb8fec7faaa9b012fe50f20a86752e3c31e7c5 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 28 Feb 2024 12:43:32 -0500 Subject: [PATCH] action link --- service/banners.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service/banners.js b/service/banners.js index 6338882..df69510 100644 --- a/service/banners.js +++ b/service/banners.js @@ -61,7 +61,7 @@ var banners = { "style": "style1", "text": "Ready to Start ?", "description": "Waiting for you to get started", - "action": "mytask" + "action": "pending" } }, "current": { @@ -101,7 +101,7 @@ var banners = { "style": "style5", "text": "Past Due", "description": "Ask for more time if past due", - "action": "mytask" + "action": "pastdue" } } };