Skip to content

Commit d1f69fd

Browse files
authored
Merge pull request RooCodeInc#1637 from RooVetGit/mrubens-patch-4
Update update-contributors.js
2 parents 26acb17 + 363dbc5 commit d1f69fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/update-contributors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Thanks to all our contributors who have helped make Roo Code better!
100100

101101
// Create contributor cell HTML
102102
const createCell = (contributor) => {
103-
return `<a href="${contributor.html_url}"><img src="${contributor.avatar_url}" width="120" alt="${contributor.login}" style="border-radius:50%"/><br /><sub><b>${contributor.login}</b></sub></a>`
103+
return `<a href="${contributor.html_url}"><img src="${contributor.avatar_url}" width="100" height="100" alt="${contributor.login}"/><br /><sub><b>${contributor.login}</b></sub></a>`
104104
}
105105

106106
if (filteredContributors.length > 0) {

0 commit comments

Comments
 (0)