jib actions

This commit is contained in:
CHIEFSOFT\ameye
2023-07-15 11:46:55 -04:00
parent 3a479b3573
commit 5edecb6464
2 changed files with 3 additions and 3 deletions
@@ -109,17 +109,16 @@ function PastDueJobAction({jobDetails}) {
<td>
<div className="flex space-x-2 items-center w-full task_action_panel">
<div className="text-xl dark:text-red-700">
<div className="dark:text-red-700">
Time allocated has passed
</div>
{/*<div className="flex flex-col flex-[0.9]"> </div>*/}
</div>
</td>
</tr>
<tr>
<td>
<div className="flex justify-center items-center">
<button type="button" onClick={popUpHandler} className="w-[150px] h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white">
<button type="button" onClick={popUpHandler} className="w-[180px] h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white">
Cancel or Extend Timeline
</button>
</div>