username replacement and Active task window feedback

This commit was merged in pull request #611.
This commit is contained in:
2024-03-04 15:16:41 +01:00
parent 0baacb3057
commit b676a2a4f3
4 changed files with 9 additions and 8 deletions
@@ -112,7 +112,7 @@ function ReviewJobAction({jobDetails}) {
<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-[130px] h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white">
Reject or Accept
</button>
</div>