|
|
@ -601,7 +601,9 @@ export const Address = ({ |
|
|
|
<Button |
|
|
|
<Button |
|
|
|
loading={loading} |
|
|
|
loading={loading} |
|
|
|
title={ |
|
|
|
title={ |
|
|
|
!profilePage ? "ذخیره اطلاعات و بازگشت به صفحه قبل" : "ارسال" |
|
|
|
!profilePage |
|
|
|
|
|
|
|
? `${window.t("ذخیره اطلاعات و بازگشت به صفحه قبل")}` |
|
|
|
|
|
|
|
: `${window.t("ارسال")}` |
|
|
|
} |
|
|
|
} |
|
|
|
backgroundColor="bg-blueC0" |
|
|
|
backgroundColor="bg-blueC0" |
|
|
|
border={{ color: "#196EC055", width: "0px" }} |
|
|
|
border={{ color: "#196EC055", width: "0px" }} |
|
|
@ -615,7 +617,7 @@ export const Address = ({ |
|
|
|
className="flex justify-center items-center mt-4 py-3 text-blueC0 text-base lg:text-tiny border-2 border-blueC0 cursor-pointer rounded-md" |
|
|
|
className="flex justify-center items-center mt-4 py-3 text-blueC0 text-base lg:text-tiny border-2 border-blueC0 cursor-pointer rounded-md" |
|
|
|
onClick={() => setPhase("deliveryForm")} |
|
|
|
onClick={() => setPhase("deliveryForm")} |
|
|
|
> |
|
|
|
> |
|
|
|
بازگشت |
|
|
|
{window.t("بازگشت")} |
|
|
|
<img |
|
|
|
<img |
|
|
|
src={lightGreenArrow} |
|
|
|
src={lightGreenArrow} |
|
|
|
alt="" |
|
|
|
alt="" |
|
|
|