change date-picker & add page login-verify & account & new user & payment
This commit is contained in:
@@ -4,7 +4,7 @@ import OTPForm from "./element/OTPForm"
|
||||
import ArrowLeftOrangeS from "../icons/ArrowLeftOrangeS"
|
||||
import Link from "next/link"
|
||||
|
||||
function SetCodePage({ setIsSendMsg }) {
|
||||
function SetCodePage({ setIsSendMsg, link }) {
|
||||
|
||||
const handleOTP = (e) => {
|
||||
e.target.nextElementSibling &&
|
||||
@@ -37,7 +37,7 @@ function SetCodePage({ setIsSendMsg }) {
|
||||
<ArrowLeftOrangeS />
|
||||
</Button>
|
||||
</div>
|
||||
<Link href='/'>
|
||||
<Link href={link}>
|
||||
<Button
|
||||
fullWidth
|
||||
variant='contained'
|
||||
|
||||
@@ -15,14 +15,12 @@ function SignInPage({ setIsSendMsg }) {
|
||||
title='شماره همراه'
|
||||
/>
|
||||
</div>
|
||||
<Link href='/signin'>
|
||||
<Button
|
||||
fullWidth
|
||||
variant='contained'
|
||||
onClick={() => setIsSendMsg(true)}
|
||||
className='!rounded-[8px] !bg-[#5559CE]'
|
||||
>ورود</Button>
|
||||
</Link>
|
||||
<Button
|
||||
fullWidth
|
||||
variant='contained'
|
||||
onClick={() => setIsSendMsg(true)}
|
||||
className='!rounded-[8px] !bg-[#5559CE]'
|
||||
>ورود</Button>
|
||||
<p className='text-[#525252] text-[14px] font-normal text-center mt-[49px] sm:mt-[58px] md:mt-[67px] lg:mt-[76px]'>
|
||||
<span className='text-[#F17732] underline'>قوانین استفاده</span> از نوبت 724 را می پذیرم.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user