From 40b614356fb8796c859f15596186bb8b1eefd69c Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 5 Jul 2023 08:17:57 -0400 Subject: [PATCH 1/2] active task spread --- src/components/Home/FamilyActiveLSlde.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Home/FamilyActiveLSlde.jsx b/src/components/Home/FamilyActiveLSlde.jsx index 56d4e5c..a377615 100644 --- a/src/components/Home/FamilyActiveLSlde.jsx +++ b/src/components/Home/FamilyActiveLSlde.jsx @@ -6,8 +6,8 @@ import SliderCom from "../Helpers/SliderCom"; export default function FamilyActiveLSlde({ className, trending }) { const settings = { arrows: false, - slidesToShow: 4, - slidesToScroll: 4, + slidesToShow: 3, + slidesToScroll: 3, infinite: true, responsive: [ { -- 2.34.1 From 3d61b3259dc4e1db090cad4ce96824a7d17824d1 Mon Sep 17 00:00:00 2001 From: "CHIEFSOFT\\ameye" Date: Wed, 5 Jul 2023 08:32:00 -0400 Subject: [PATCH 2/2] Status label --- src/components/MyPendingJobs/ParentWaitingTable.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MyPendingJobs/ParentWaitingTable.jsx b/src/components/MyPendingJobs/ParentWaitingTable.jsx index 5a36a1d..9c7ee9d 100644 --- a/src/components/MyPendingJobs/ParentWaitingTable.jsx +++ b/src/components/MyPendingJobs/ParentWaitingTable.jsx @@ -112,7 +112,7 @@ export default function ParentWaitingTable() { {new Date(item.added).toLocaleString().split(',')[0]}

-

Status: {item.status}

+

{item.status}

-- 2.34.1