|
|
@ -185,10 +185,10 @@ class Profile extends Component { |
|
|
|
<div className="auth-profile d-flex justify-content-center"> |
|
|
|
<div className="auth-profile d-flex justify-content-center"> |
|
|
|
<div className="auth-profile__box d-flex flex-column p-4"> |
|
|
|
<div className="auth-profile__box d-flex flex-column p-4"> |
|
|
|
<h1 style={{ fontSize: fontSize.desktop.h1 }}> |
|
|
|
<h1 style={{ fontSize: fontSize.desktop.h1 }}> |
|
|
|
حساب کاربری")} |
|
|
|
{window.t("حساب کاربری")} |
|
|
|
</h1> |
|
|
|
</h1> |
|
|
|
<p style={{ fontSize: fontSize.desktop.p }}> |
|
|
|
<p style={{ fontSize: fontSize.desktop.p }}> |
|
|
|
لطفا مشخصات خود را به صورت کامل نمایید. |
|
|
|
{window.t("لطفا مشخصات خود را به صورت کامل نمایید.")} |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="auth-profile__box--form d-flex" |
|
|
|
className="auth-profile__box--form d-flex" |
|
|
@ -383,7 +383,9 @@ class Profile extends Component { |
|
|
|
/> |
|
|
|
/> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div className="auth-profile__box--form__footer d-flex justify-content-center"> |
|
|
|
<div className="auth-profile__box--form__footer d-flex justify-content-center"> |
|
|
|
<button onClick={() => this.onSubmit()}>ذخیره")}</button> |
|
|
|
<button onClick={() => this.onSubmit()}> |
|
|
|
|
|
|
|
{window.t("ذخیره")} |
|
|
|
|
|
|
|
</button> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
@ -562,7 +564,9 @@ class Profile extends Component { |
|
|
|
defaultValue={profile} |
|
|
|
defaultValue={profile} |
|
|
|
/> |
|
|
|
/> |
|
|
|
<div className="mobile-auth-profile__footer d-flex justify-content-center"> |
|
|
|
<div className="mobile-auth-profile__footer d-flex justify-content-center"> |
|
|
|
<button onClick={() => this.onSubmit()}>ذخیره")}</button>{" "} |
|
|
|
<button onClick={() => this.onSubmit()}> |
|
|
|
|
|
|
|
{window.t("ذخیره")} |
|
|
|
|
|
|
|
</button>{" "} |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</> |
|
|
|
</> |
|
|
|