link added to terms conditions and privacy
This commit is contained in:
@@ -135,7 +135,15 @@ export default function Signup2() {
|
|||||||
onChange={props.handleChange}/>
|
onChange={props.handleChange}/>
|
||||||
<label className="form-check-label"
|
<label className="form-check-label"
|
||||||
htmlFor="gridCheck">
|
htmlFor="gridCheck">
|
||||||
I accept terms & policy
|
I accept{" "}
|
||||||
|
<a
|
||||||
|
href={process.env.REACT_APP_TERMS_LINK}
|
||||||
|
target="_blank"
|
||||||
|
rel="noopener noreferrer"
|
||||||
|
onClick={(e) => e.stopPropagation()}
|
||||||
|
>
|
||||||
|
terms & policy
|
||||||
|
</a>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
<span
|
<span
|
||||||
|
|||||||
Reference in New Issue
Block a user