|
|
@ -9,6 +9,7 @@ import Select from "../../components/Select"; |
|
|
|
import Button from "../../components/Button"; |
|
|
|
import Button from "../../components/Button"; |
|
|
|
import ReverseMap from "../../components/ReverseMap"; |
|
|
|
import ReverseMap from "../../components/ReverseMap"; |
|
|
|
import Loading from "../../components/Loading"; |
|
|
|
import Loading from "../../components/Loading"; |
|
|
|
|
|
|
|
import Radio from "../../components/Radio"; |
|
|
|
|
|
|
|
|
|
|
|
//assets
|
|
|
|
//assets
|
|
|
|
import dropdownIcon from "../../assets/icons/dropdown-blue.svg"; |
|
|
|
import dropdownIcon from "../../assets/icons/dropdown-blue.svg"; |
|
|
@ -345,6 +346,11 @@ export const Address = ({ |
|
|
|
profilePage ? "mx-auto" : "" |
|
|
|
profilePage ? "mx-auto" : "" |
|
|
|
}`}
|
|
|
|
}`}
|
|
|
|
> |
|
|
|
> |
|
|
|
|
|
|
|
<div className="flex flex-row items-center mb-7"> |
|
|
|
|
|
|
|
<Radio /> |
|
|
|
|
|
|
|
<span className="font-bold">برای خودم</span> |
|
|
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|
<Header |
|
|
|
<Header |
|
|
|
title="اطلاعات هویتی" |
|
|
|
title="اطلاعات هویتی" |
|
|
|
text="( لطفا نام و نام خانوادگی خود را به طور کامل وارد نمایید )" |
|
|
|
text="( لطفا نام و نام خانوادگی خود را به طور کامل وارد نمایید )" |
|
|
@ -369,6 +375,7 @@ export const Address = ({ |
|
|
|
align="text-right" |
|
|
|
align="text-right" |
|
|
|
direction="rtl" |
|
|
|
direction="rtl" |
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
<Input |
|
|
|
<Input |
|
|
|
width={isMobile ? "100%" : "50%"} |
|
|
|
width={isMobile ? "100%" : "50%"} |
|
|
|
label={"نام خانوادگی"} |
|
|
|
label={"نام خانوادگی"} |
|
|
|