update src/views/Address/index.js

temp
mahdi 2 years ago
parent aedfcde3ad
commit 2f64051621
  1. 6
      src/views/Address/index.js

@ -601,7 +601,9 @@ export const Address = ({
<Button
loading={loading}
title={
!profilePage ? "ذخیره اطلاعات و بازگشت به صفحه قبل" : "ارسال"
!profilePage
? `${window.t("ذخیره اطلاعات و بازگشت به صفحه قبل")}`
: `${window.t("ارسال")}`
}
backgroundColor="bg-blueC0"
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"
onClick={() => setPhase("deliveryForm")}
>
بازگشت
{window.t("بازگشت")}
<img
src={lightGreenArrow}
alt=""

Loading…
Cancel
Save