tab bug fix

This commit was merged in pull request #510.
This commit is contained in:
victorAnumudu
2023-11-11 22:11:02 +01:00
parent f5ad68f7bb
commit b80c21358a
+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