|
|
|
@ -93,10 +93,13 @@ class Support extends Component { |
|
|
|
|
<div className="mobile-support d-flex flex-column align-items-center"> |
|
|
|
|
<Navbar page={"support"} /> |
|
|
|
|
<div className="mobile-support__form d-flex flex-column"> |
|
|
|
|
<h1 style={{ fontSize: fontSize.mobile.h1 }}>پشتیبانی</h1> |
|
|
|
|
<h1 style={{ fontSize: fontSize.mobile.h1 }}> |
|
|
|
|
{window.t("پشتیبانی")} |
|
|
|
|
</h1> |
|
|
|
|
<p> |
|
|
|
|
برای ارتباط با دنیای شگفت انگیز دانوین از فرم زیر استفاده کنید و |
|
|
|
|
پس از انتخاب دپارتمان مد نظر پیام خود را ارسال کنید. |
|
|
|
|
{window.t( |
|
|
|
|
"برای ارتباط با دنیای شگفت انگیز دانوین از فرم زیر استفاده کنید و پس از انتخاب دپارتمان مد نظر پیام خود را ارسال کنید." |
|
|
|
|
)}{" "} |
|
|
|
|
</p> |
|
|
|
|
{status ? null : ( |
|
|
|
|
<> |
|
|
|
@ -156,7 +159,7 @@ class Support extends Component { |
|
|
|
|
name="file" |
|
|
|
|
/> |
|
|
|
|
|
|
|
|
|
<button onClick={() => this.send()}>ارسال</button> |
|
|
|
|
<button onClick={() => this.send()}>{window.t("ارسال")}</button> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
</> |
|
|
|
|