diff --git a/src/components/Cards/FamilyMarketCard.jsx b/src/components/Cards/FamilyMarketCard.jsx
index e5482e6..f5cb15d 100644
--- a/src/components/Cards/FamilyMarketCard.jsx
+++ b/src/components/Cards/FamilyMarketCard.jsx
@@ -26,7 +26,8 @@ export default function FamilyMarketCard({ className, datas, hidden = false }) {
className="w-full h-[236px] p-6 rounded-xl overflow-hidden"
onClick={popUpHandler}
style={{
- background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
+ // background: `url(${selectedImage}) 0% 0% / cover no-repeat`,
+ background: `url(${selectedImage}) center / contain no-repeat`,
}}
>
diff --git a/src/components/FamilyPopup/SuggestTask.jsx b/src/components/FamilyPopup/SuggestTask.jsx
index 0293804..f56225a 100644
--- a/src/components/FamilyPopup/SuggestTask.jsx
+++ b/src/components/FamilyPopup/SuggestTask.jsx
@@ -81,7 +81,8 @@ const SuggestTask = ({ details, onClose, situation }) => {
diff --git a/src/components/MyPendingJobs/ParentWaiting.jsx b/src/components/MyPendingJobs/ParentWaiting.jsx
index 4fe6c0a..3fec455 100644
--- a/src/components/MyPendingJobs/ParentWaiting.jsx
+++ b/src/components/MyPendingJobs/ParentWaiting.jsx
@@ -23,11 +23,7 @@ export default function ParentWaiting({ className }) {
Waiting for Parent to Get Started...
{
- // navigate("/resources");
- // }}
- to='/resources'
+ to='/familymarket'
className="px-4 h-10 flex justify-center items-center btn-gradient text-base rounded-full text-white"
>
More Task
diff --git a/src/components/MyTasks/index.jsx b/src/components/MyTasks/index.jsx
index 2893407..4d47341 100644
--- a/src/components/MyTasks/index.jsx
+++ b/src/components/MyTasks/index.jsx
@@ -48,7 +48,7 @@ export default function MyTasks({