update the welcome mailer and change fontsize on bonfire helpful links

This commit is contained in:
Michael Q Larson
2015-03-31 10:00:30 -07:00
parent 9fe8bf2fbf
commit a24ad9b993
2 changed files with 2 additions and 2 deletions

View File

@@ -114,7 +114,7 @@ passport.use(new FacebookStrategy(secrets.facebook, function(req, accessToken, r
'Feel free to email us at this address if you have any questions about Free Code Camp.\n',
"And if you have a moment, check out our blog: blog.freecodecamp.com.\n",
'Good luck with the challenges!\n\n',
'- the Volunteer Camp Counselor Team'
'- Our All-Volunteer Team'
].join('')
};
transporter.sendMail(mailOptions, function(err) {