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: [ { 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}