Merge branch 'centering-btn' of WrenchBoard/Users-Wrench into master

This commit is contained in:
2023-05-16 19:40:51 +00:00
committed by Gogs
@@ -96,15 +96,17 @@ export default function MyActiveJobTable({ MyJobList, className }) {
</td> </td>
<td className="text-right py-4 px-2"> <td className="text-right py-4 px-2">
<button <div className="flex justify-center items-center">
type="button" <button
onClick={() => { type="button"
navigate('/manage-active-job', {state:value}); onClick={() => {
}} navigate('/manage-active-job', {state:value});
className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white" }}
> className="w-20 h-11 flex justify-center items-center btn-gradient text-base rounded-full text-white"
View >
</button> View
</button>
</div>
</td> </td>
</tr> </tr>
))} ))}