Update "Thanks" message to be more friendly
This commit is contained in:
parent
e5d0a41e69
commit
349d9ae8a4
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ router.post('/pledge', async (req, res) => {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
res.end('Thanks!')
|
res.end("Thank you! We're still working on setting up this website, so as you can see this page doesn't look great at the moment, but we will be sending you a confirmation email in a few days. Watch out for an email from editors@snipettemag.com, and if it doesn't reach, check your spam box :P")
|
||||||
})
|
})
|
||||||
|
|
||||||
router.use(express.static('dist'))
|
router.use(express.static('dist'))
|
||||||
|
|
Loading…
Reference in a new issue