Merge pull request #4156 from FreeCodeCamp/testimonial-update
Testimonial update and landing page improvement
This commit is contained in:
@@ -602,11 +602,11 @@ module.exports = function(app) {
|
||||
blocks,
|
||||
daysRunning,
|
||||
globalCompletedCount: numberWithCommas(
|
||||
5612952 + (Math.floor((Date.now() - 1446268581061) / 3000))
|
||||
5612952 + (Math.floor((Date.now() - 1446268581061) / 2000))
|
||||
),
|
||||
camperCount,
|
||||
lastCompleted,
|
||||
title: "A Map to Learn to Code and Become a Software Engineer"
|
||||
title: 'A Map to Learn to Code and Become a Software Engineer'
|
||||
});
|
||||
},
|
||||
next
|
||||
|
Reference in New Issue
Block a user