Compare commits

...

1 Commits

Author SHA1 Message Date
victorAnumudu 3cb0604e81 Button centered 2023-05-16 17:58:14 +01:00
@@ -96,6 +96,7 @@ export default function MyActiveJobTable({ MyJobList, className }) {
</td> </td>
<td className="text-right py-4 px-2"> <td className="text-right py-4 px-2">
<div className="flex justify-center items-center">
<button <button
type="button" type="button"
onClick={() => { onClick={() => {
@@ -105,6 +106,7 @@ export default function MyActiveJobTable({ MyJobList, className }) {
> >
View View
</button> </button>
</div>
</td> </td>
</tr> </tr>
))} ))}