Skip to content

Commit

Permalink
Add message for newsletter confirmation
Browse files Browse the repository at this point in the history
  • Loading branch information
255kb committed Jun 26, 2024
1 parent 9200f30 commit 4d29ff7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/email-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ const EmailForm: FunctionComponent<{
)}
{submitSuccess && (
<div className='text-success text-center fw-bold'>
Thank you for subscribing!
Thank you for subscribing! Please check your email to confirm your
subscription.
</div>
)}
</form>
Expand Down

0 comments on commit 4d29ff7

Please sign in to comment.