Skip to content

Commit e02f629

Browse files
changed success message emails
1 parent 1f75a6a commit e02f629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ export default function Home() {
155155

156156
{status === 'success' && (
157157
<p className={styles.successMessage}>
158-
Thanks for subscribing! Please check your email to confirm.
158+
Thanks for subscribing!
159159
</p>
160160
)}
161161
{status === 'error' && (

0 commit comments

Comments
 (0)