Add commas to certs earned on about page
This commit is contained in:
@ -39,9 +39,9 @@ export default function about(app) {
|
|||||||
)
|
)
|
||||||
.doOnNext(({ frontEndCount, dataVisCount, backEndCount }) => {
|
.doOnNext(({ frontEndCount, dataVisCount, backEndCount }) => {
|
||||||
res.render('resources/about', {
|
res.render('resources/about', {
|
||||||
frontEndCount,
|
frontEndCount: numberWithCommas(frontEndCount),
|
||||||
dataVisCount,
|
dataVisCount: numberWithCommas(dataVisCount),
|
||||||
backEndCount,
|
backEndCount: numberWithCommas(backEndCount),
|
||||||
daysRunning,
|
daysRunning,
|
||||||
title: dedent`
|
title: dedent`
|
||||||
About our Open Source Community, our social media presence,
|
About our Open Source Community, our social media presence,
|
||||||
|
Reference in New Issue
Block a user