diff --git a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx index e0f71b9..7fc46cc 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentJobAction.jsx @@ -2,8 +2,8 @@ import React from 'react' function CurrentJobAction() { return ( -
-

+

+

diff --git a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx index dac45e2..f8bae25 100644 --- a/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx +++ b/src/components/MyActiveJobs/JobActions/CurrentTaskAction.jsx @@ -33,12 +33,11 @@ function CurrentTaskAction({jobDetails}) { } return ( -
- -
+
+
- -
+

@@ -48,7 +47,7 @@ function CurrentTaskAction({jobDetails}) {

+