media page update

This commit was merged in pull request #707.
This commit is contained in:
victorAnumudu
2024-04-10 21:12:57 +01:00
parent 688592e1a3
commit 7ca8c23479
4 changed files with 389 additions and 433 deletions
@@ -60,12 +60,12 @@ function CurrentTaskAction({jobDetails}) {
}
return (
<div className='dark:bg-black'>
<div className='h-full dark:bg-black'>
<div className="w-full text-sm text-left text-gray-500">
<div className="h-full w-full text-sm text-left text-gray-500">
{jobDetails.job_type == 'MEDIA' ?
<div className="flex justify-center items-center">
<button onClick={popUpHandler} type="button" className="btn-gradient text-white p-1 lg:p-2 border-4 border-slate-300 text-lg lg:text-xl font-medium rounded-2xl">
<div className="h-full flex justify-center items-center">
<button onClick={popUpHandler} type="button" className="btn-gradient h-full text-white p-1 lg:p-2 border-4 border-slate-300 text-lg lg:text-xl font-medium rounded-2xl">
I have completed this task
</button>
</div>