fixed width added to back btn

This commit is contained in:
victorAnumudu
2023-05-30 14:36:34 +01:00
parent 09e0661e48
commit b44c039bbf
+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="text-[#374557] border border-sky-blue p-1 rounded-full"
className="min-w-[45px] h-autotext-[#374557] border border-sky-blue p-1 rounded-full"
onClick={() => navigate(props.details.pathname, {replace: true})}
>
<svg