upstream #1

Merged
jblu merged 1007 commits from upstream into main 2024-11-04 22:35:57 -06:00
Showing only changes of commit 71ccef6bb5 - Show all commits

View File

@ -24,7 +24,7 @@ const NewsletterForm = ({ title = 'Subscribe to the newsletter' }) => {
const { error } = await res.json()
if (error) {
setError(true)
setMessage('Your e-mail adress is invalid or you are already subscribed!')
setMessage('Your e-mail address is invalid or you are already subscribed!')
return
}