locales: add rverse to special thanks

This commit is contained in:
Ash Monty
2022-07-20 14:48:50 +02:00
parent e9af858596
commit 1bf9aa47ab
18 changed files with 101 additions and 8 deletions

View File

@@ -25,8 +25,8 @@ router.get('/', async (request, response) => {
shuffleArray(specialThanksPeople);
// Slices the array in half
const specialThanksFirstRow = specialThanksPeople.slice(0, 3);
const specialThanksSecondRow = specialThanksPeople.slice(3, 7);
const specialThanksFirstRow = specialThanksPeople.slice(0, 4);
const specialThanksSecondRow = specialThanksPeople.slice(4);
// Builds the final array to be sent to the view, and triples each row.
renderData.specialThanksPeople = {