diff --git a/src/routers/home.js b/src/routers/home.js index b244b52..6ed5484 100644 --- a/src/routers/home.js +++ b/src/routers/home.js @@ -31,7 +31,7 @@ router.get('/', async (request, response) => { // Builds the final array to be sent to the view, and triples each row. specialThanksPeople = { first: specialThanksFirstRow.concat(specialThanksFirstRow).concat(specialThanksFirstRow), - second: specialThanksSecondRow.concat(specialThanksSecondRow).concat(specialThanksFirstRow) + second: specialThanksSecondRow.concat(specialThanksSecondRow).concat(specialThanksSecondRow) }; response.render('home', {