From 349d9ae8a4ff85a1f0913a183f0c7e8955cbc34f Mon Sep 17 00:00:00 2001 From: Hippo Date: Wed, 29 Dec 2021 22:52:51 +0530 Subject: [PATCH] Update "Thanks" message to be more friendly --- server/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/index.js b/server/index.js index 943a224..88e78ee 100644 --- a/server/index.js +++ b/server/index.js @@ -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'))