From 363dbc570213ac59aa1adc5a17e3fd8716e90ccf Mon Sep 17 00:00:00 2001 From: Matt Rubens Date: Fri, 14 Mar 2025 00:26:12 -0400 Subject: [PATCH] Update update-contributors.js --- scripts/update-contributors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update-contributors.js b/scripts/update-contributors.js index a02542ed282..000e048b050 100755 --- a/scripts/update-contributors.js +++ b/scripts/update-contributors.js @@ -100,7 +100,7 @@ Thanks to all our contributors who have helped make Roo Code better! // Create contributor cell HTML const createCell = (contributor) => { - return `${contributor.login}
${contributor.login}
` + return `${contributor.login}
${contributor.login}
` } if (filteredContributors.length > 0) {