From a24ad9b993efaed77ed4b63db90cf9a21b61b1cb Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Tue, 31 Mar 2015 10:00:30 -0700 Subject: [PATCH] update the welcome mailer and change fontsize on bonfire helpful links --- config/passport.js | 2 +- views/bonfire/show.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/passport.js b/config/passport.js index 970753ce211..1f2ebe8037f 100644 --- a/config/passport.js +++ b/config/passport.js @@ -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) { diff --git a/views/bonfire/show.jade b/views/bonfire/show.jade index aed449bdb53..6c9997d4b43 100644 --- a/views/bonfire/show.jade +++ b/views/bonfire/show.jade @@ -74,7 +74,7 @@ block content for sentence in details p!= sentence #MDN-links - h4 Here are some helpful links. + p Here are some helpful links: for link, index in MDNlinks ul: li: a(href=""+link, target="_blank") !{MDNkeys[index]} #less-info.btn.btn-primary.btn-block.btn-primary-ghost