update testimonials
This commit is contained in:
@ -193,7 +193,7 @@ module.exports = function(app) {
|
||||
function showTestimonials(req, res) {
|
||||
res.render('resources/stories', {
|
||||
title: 'Testimonials from Happy Free Code Camp Students who got Software Engineer Jobs',
|
||||
stories: testimonials.slice(0, 75),
|
||||
stories: testimonials.slice(0, 72),
|
||||
moreStories: true
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user