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" } } };