bug fixed
This commit is contained in:
parent
234f6c4794
commit
ac4e9a98c1
@ -1029,7 +1029,7 @@ const EditCompanyProfile = () => {
|
|||||||
{activeStep > 0 && (
|
{activeStep > 0 && (
|
||||||
<button
|
<button
|
||||||
type="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}
|
onClick={handlePrev}
|
||||||
>
|
>
|
||||||
Previous
|
Previous
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user