Skip to content

Commit 0c7c15f

Browse files
committed
Community page subscription form
1 parent 541c296 commit 0c7c15f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jaseci-org/app/community/page.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,7 @@ const NewsletterSection = () => {
186186
className="text-center text-green-400 font-semibold p-4 bg-green-500/10 rounded-lg"
187187
role="status"
188188
>
189-
You're subscribed! 🎉 Check your inbox for a confirmation
190-
email.
189+
You're subscribed! 🎉
191190
</div>
192191
) : (
193192
<form onSubmit={handleSubmit} className="grid gap-4" noValidate>

0 commit comments

Comments
 (0)