From 26d5efd82694f882d5339d90885f51cce538c3cd Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Sun, 25 Feb 2024 07:28:56 -0500 Subject: [PATCH] banner text --- service/banners.js | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/service/banners.js b/service/banners.js index ec64185..ac4cf1e 100644 --- a/service/banners.js +++ b/service/banners.js @@ -56,42 +56,52 @@ var banners = { var bannerArray = { "pending": { "banner": { - "image": "bannerimage.png", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg", "icon": "bannerimage.icon", "style": "style1", - "text": "This is Banner Main text" + "text": "Pending", + "description": "Waiting for you to get started", + "action": "thisaction" } }, "current": { "banner": { - "image": "bannerimage.png", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg", "icon": "bannerimage.icon", "style": "style2", - "text": "This is Banner Main text" + "text": "Current", + "description": "Your currently active task", + "action": "thisaction" } }, "recommend": { "banner": { - "image": "bannerimage.png", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg", "icon": "bannerimage.icon", "style": "style3", - "text": "This is Banner Main text" + "text": "Recomend", + "description": "Send to parent to approve", + "action": "thisaction" } }, "another1task": { "banner": { - "image": "bannerimage.png", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg", "icon": "bannerimage.icon", "style": "style4", - "text": "This is Banner Main text" + "text": "Dummy for now", + "description": "dummy dummy dummy", + "action": "thisaction" } }, "pastdue": { "banner": { - "image": "bannerimage.png", + "image": "https://www.wrenchboard.com/assets/images/apps/banners/family-login.jpg", "icon": "bannerimage.icon", "style": "style5", - "text": "This is Banner Main text" + "text": "Past Due", + "description": "Ask for more time if past due", + "action": "thisaction" } } };