cookie bug fix and family dash style changes made

This commit is contained in:
victorAnumudu
2023-07-05 04:39:39 +01:00
parent 4f9ca918c9
commit 6e3061b9db
5 changed files with 61 additions and 37 deletions
+3 -3
View File
@@ -153,13 +153,13 @@ export default function MyJobTable({ className, ActiveJobList, Account }) {
<div
className={
!accountType &&
"bg-black opacity-30 h-[17rem] p-5 rounded-md -translate-x-20"
"bg-[#f0f8ff] h-[17rem] p-5 rounded-md -translate-x-20"
}
>
<button
className={`${
!accountType
? "w-[130px] h-20 bg-[#19a706] text-lg font-semibold rounded-md py-2 px-4"
? "w-[150px] h-20 bg-[#22b14c] text-lg font-semibold rounded-md py-2 px-4"
: "w-[115px] h-11 btn-gradient rounded-full"
} flex justify-center items-center text-base text-white`}
onClick={navigateMarket}
@@ -169,7 +169,7 @@ export default function MyJobTable({ className, ActiveJobList, Account }) {
) : accountType ? (
"Find Task"
) : (
"Ask Parent For New Task"
"Suggest tasks to your parent"
)}
</button>
</div>