Skip to content

Commit

Permalink
update testimonials
Browse files Browse the repository at this point in the history
  • Loading branch information
Quincy Larson committed Nov 4, 2015
1 parent 8931626 commit 9995a73
Show file tree
Hide file tree
Showing 2 changed files with 228 additions and 214 deletions.
2 changes: 1 addition & 1 deletion server/boot/randomAPIs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
});
}
Expand Down
Loading

0 comments on commit 9995a73

Please sign in to comment.