Skip to content

Commit 2eec0ec

Browse files
Naman AnandNaman Anand
authored andcommitted
success note added
1 parent 1c8ca64 commit 2eec0ec

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

src/presentation/pages/success/success.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
import { postRequest } from "../../../data/data-source/remote/apiCall";
2-
import { SIGNUP } from "../../../data/data-source/remote/apiList";
1+
import { postRequest } from '../../../data/data-source/remote/apiCall';
2+
import { SIGNUP } from '../../../data/data-source/remote/apiList';
33

44
function Success() {
55
return (
66
<div className="body">
77
<p className="headline">Success.</p>
88
<p className="bodyText">
9-
A verification link has been sent to your email address. Please{" "}
9+
A verification link has been sent to your email address. Please{' '}
1010
<span>verify to continue.</span>
1111
</p>
12+
<p style={{ color: '#FF7272', fontSize: '14px' }} className="bodyText">
13+
Note: Check your spam folder.
14+
</p>
1215
</div>
1316
);
1417
}

0 commit comments

Comments
 (0)