fixed width added to back btn

This commit was merged in pull request #122.
This commit is contained in:
victorAnumudu
2023-05-30 14:37:27 +01:00
parent b44c039bbf
commit f90a6e6687
+1 -1
View File
@@ -59,7 +59,7 @@ function ActiveJobs(props) {
<div className="w-full flex justify-start space-x-3 items-center">
<button
type="button"
className="min-w-[45px] h-autotext-[#374557] border border-sky-blue p-1 rounded-full"
className="min-w-[45px] h-auto text-[#374557] border border-sky-blue p-1 rounded-full"
onClick={() => navigate(props.details.pathname, {replace: true})}
>
<svg