Kurt Hutten
2021-06-06 06:12:26 +10:00
parent 7caf857c98
commit a0b588000a
17 changed files with 50 additions and 84 deletions

View File

@@ -7,9 +7,7 @@ export const subscribe = ({ email, addMessage }) => {
)
} catch (e) {
setTimeout(() => {
addMessage('Problem subscribing to newsletter', {
classes: 'bg-red-300 text-red-900',
})
addMessage('Problem subscribing to newsletter')
}, 1000)
}
}