diff --git a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx index 1b2174f..e0f71b9 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx @@ -4,7 +4,27 @@ function CurrentJobAction() { return (

- Waiting for the completion message from the client before you can approve. Owner True & Active + + + + + + + + +
+
+
+

+ Waiting for the completion message from the client before you can approve. +

+
+
+
+
+ . +
+

) diff --git a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx index 7611921..8d94b4f 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx @@ -3,9 +3,32 @@ import React from 'react' function CurrentTaskAction() { return (
-

- Waiting for the completion message from the client before you can approve. Worker True & Active -

+ + + + + + + + + +
+
+
+

+ If you have completed this task and ready for review and acceptance, click "Set Status" button. +

+
+
+
+
+ +
+
+ +
) }