We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26acb17 + 363dbc5 commit d1f69fdCopy full SHA for d1f69fd
scripts/update-contributors.js
@@ -100,7 +100,7 @@ Thanks to all our contributors who have helped make Roo Code better!
100
101
// Create contributor cell HTML
102
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>`
+ 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>`
104
}
105
106
if (filteredContributors.length > 0) {
0 commit comments