From 8e4338897c466bd69deebae3270c90d78de880f0 Mon Sep 17 00:00:00 2001 From: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Date: Wed, 15 May 2024 19:15:44 +1000 Subject: [PATCH] single colour --- .github/scripts/update-contributors.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/scripts/update-contributors.js b/.github/scripts/update-contributors.js index f1c1480e2..d020229bf 100644 --- a/.github/scripts/update-contributors.js +++ b/.github/scripts/update-contributors.js @@ -26,12 +26,8 @@ function fetchPage() { // Exclude bots and actions-user if (user.type === 'Bot' || user.login.toLowerCase().includes('bot') || user.login === 'actions-user' || user.login === 'mynameisbogdan') return; - // Determine row index for background color - const rowIndex = Math.floor(index / 5); - const bgColor = (rowIndex % 2 === 0) ? '#1e2129' : '#303850'; - const userHtml = ` -