removed duplicate p tag

This commit is contained in:
Abhinav-grd 2021-03-09 12:35:46 +05:30
parent e9178303f5
commit 3d8bd20329

View file

@ -114,7 +114,7 @@ export default function Generate() {
<Card.Body> <Card.Body>
<div className="text-center"> <div className="text-center">
<p>{constants.ENTER_ENC_PASSPHRASE}</p> <p>{constants.ENTER_ENC_PASSPHRASE}</p>
<p>{constants.PASSPHRASE_DISCLAIMER()}</p> {constants.PASSPHRASE_DISCLAIMER()}
</div> </div>
<Formik<formValues> <Formik<formValues>
initialValues={{ passphrase: '', confirm: '' }} initialValues={{ passphrase: '', confirm: '' }}