Update "Thanks" message to be more friendly

This commit is contained in:
Hippo 2021-12-29 22:52:51 +05:30
parent e5d0a41e69
commit 349d9ae8a4

View file

@ -174,7 +174,7 @@ router.post('/pledge', async (req, res) => {
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'))