change date-picker & add page login-verify & account & new user & payment

This commit is contained in:
Ehsan
2024-08-26 20:04:33 +03:30
parent 31ed32fc21
commit 7925493681
34 changed files with 564 additions and 60 deletions
+2 -2
View File
@@ -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'