more
This commit is contained in:
@@ -387,9 +387,13 @@ const SignupPage = () => {
|
|||||||
<div className="signup-sub-container">
|
<div className="signup-sub-container">
|
||||||
<div className="signup-header">
|
<div className="signup-header">
|
||||||
<h1 className="signup-header-text">Create A Novodraft Account</h1>
|
<h1 className="signup-header-text">Create A Novodraft Account</h1>
|
||||||
<h5 className="signup-header-text trial">
|
{!isUpgrade ? (
|
||||||
Start a free trial - save hours and draft better discovery
|
<h5 className="signup-header-text trial">
|
||||||
</h5>
|
Start a free trial - save hours and draft better discovery
|
||||||
|
</h5>
|
||||||
|
) : (
|
||||||
|
<></>
|
||||||
|
)}
|
||||||
</div>
|
</div>
|
||||||
<Form className="signup-form">
|
<Form className="signup-form">
|
||||||
{splitEvery(
|
{splitEvery(
|
||||||
|
|||||||
Reference in New Issue
Block a user