added completed job tab history #510

Merged
ameye merged 1 commits from completed-job-history into master 2023-11-12 11:01:25 +00:00
+1 -1
View File
@@ -254,7 +254,7 @@ export default function History() {
name="jobs_completed"
onClick={(e) => setTab(e.target.name)}
className={`px-4 py-1 rounded-t-2xl ${
tab == "reward" ? "bg-[#4687ba] border-[2px] border-[#4687ba] text-white" : "bg-white text-[#000] border-t-[2px]"
tab == "jobs_completed" ? "bg-[#4687ba] border-[2px] border-[#4687ba] text-white" : "bg-white text-[#000] border-t-[2px]"
}`}
>
Jobs Completed