temp
mahdi 2 years ago
parent cd69f69e77
commit 08c5e92105
  1. 19
      src/views/Auth/SignUp/index.js

@ -147,10 +147,21 @@ function SignUp({
}`}
>
<img src={logoIcon} alt="" className="" />
<strong className="w-full leading-6 dark:text-white mt-10">
{window.t("سلام")} <br /> {window.t("خوش برگشتی!")}
</strong>
<div className="w-full flex flex-col mt-10">
<div className="mt-7">
<p className="text-sm align-start ">
{window.t("سلام به ")}
<span className="font-bold text-blueC0">
{window.t(" دانوین خوش ")}
</span>
{window.t("آمدید")}
</p>
<p className="text-sm mt-4">
{window.t(
" لطفا جهت ورود یا ثبت نام شماره همراه خود را وارد نمایید."
)}
</p>
</div>
<div className="w-full flex flex-col mt-4">
<Input
label={window.t("شماره موبایل")}
name="cellphone"

Loading…
Cancel
Save