mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-07 08:26:51 +00:00
Merge pull request #1637 from RooVetGit/mrubens-patch-4
Update update-contributors.js
This commit is contained in:
commit
d1f69fda33
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ Thanks to all our contributors who have helped make Roo Code better!
|
|||
|
||||
// Create contributor cell HTML
|
||||
const createCell = (contributor) => {
|
||||
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>`
|
||||
}
|
||||
|
||||
if (filteredContributors.length > 0) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue