bug fixed
This commit is contained in:
parent
234f6c4794
commit
ac4e9a98c1
@ -1029,7 +1029,7 @@ const EditCompanyProfile = () => {
|
||||
{activeStep > 0 && (
|
||||
<button
|
||||
type="button"
|
||||
className="inline-flex justify-center rounded-md border border-[#92722A] bg-white px-4 py-2 text-sm font-medium text-[#92722A] shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-indigo-500 focus:ring-offset-2"
|
||||
className="inline-flex justify-center rounded-md border border-[#92722A] bg-white px-4 py-2 text-sm font-medium text-[#92722A] shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-[#92722A] focus:ring-offset-2"
|
||||
onClick={handlePrev}
|
||||
>
|
||||
Previous
|
||||
|
||||
Loading…
Reference in New Issue
Block a user