done
This commit is contained in:
parent
16cec1cf24
commit
b2b9b48fca
File diff suppressed because one or more lines are too long
|
@ -27,7 +27,7 @@
|
|||
<link rel="stylesheet" href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
|
||||
<!-- fonts -->
|
||||
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;800&family=Sen:wght@400;700;800&display=swap" rel="stylesheet">
|
||||
<script type="module" crossorigin src="/assets/index-CNAEOA4q.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-DbUVEFXC.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-CyAHZLBw.css">
|
||||
</head>
|
||||
|
||||
|
|
|
@ -16,53 +16,28 @@ const VerifyUser = () => {
|
|||
}, [dispatch, id, token]);
|
||||
|
||||
return (
|
||||
<div>
|
||||
<>
|
||||
<Navbar />
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
|
||||
|
||||
<section className="card mb-0 vh-100">
|
||||
<div className="container py-10 h-100">
|
||||
<div className="row d-flex align-items-center justify-content-center h-100">
|
||||
<div className="col-md-10 col-lg-5 col-xl-5 offset-xl-1 card mb-10">
|
||||
<h3 className="card-header" style={{ color: '#F74B02' }}>
|
||||
<span className="pi pi-verified" style={{ color: '#0ACFB2' }}> </span> {" "}
|
||||
Email verified successfully !!!
|
||||
</h3>
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<p className="lead mb-5">Email verified successfully !!!</p>
|
||||
|
||||
<p className="card-title text-center">
|
||||
|
||||
|
||||
<NavLink
|
||||
to="/login"
|
||||
className="glightbox play-btn mb-4"
|
||||
> Please
|
||||
|
||||
<span style={{ color: '#F74B02' }}> login </span> {" "}
|
||||
|
||||
to access and start publishing your articles ...</NavLink>
|
||||
|
||||
<NavLink to="/login" className="glightbox play-btn mb-4">
|
||||
{" "}
|
||||
Please
|
||||
<span style={{ color: "#F74B02" }}> login </span> {" "}
|
||||
to access ...
|
||||
</NavLink>
|
||||
</p>
|
||||
|
||||
|
||||
<div
|
||||
style={{ display: "flex", flexDirection: "column", alignItems: "center" }}
|
||||
className="container d-flex align-items-center justify-content-center vh-50"
|
||||
>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<Footer />
|
||||
</div>
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue