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'
|
||||
|
||||
Reference in New Issue
Block a user