Skip to content

Commit ca92a2f

Browse files
committed
fix: add check inbox spam email
1 parent 0b1ae7a commit ca92a2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/_components/subscribe.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const SubscribeForm = () => {
4141
setFormState({
4242
email: "",
4343
status: "success",
44-
message: "Thanks for subscribing!"
44+
message: "Thanks for subscribing! Please check your inbox for a confirmation email (it may be in your spam folder)."
4545
});
4646
} else {
4747
setFormState((prev) => ({

0 commit comments

Comments
 (0)