Quellcode durchsuchen

Update update-contributors.js

Matt Rubens vor 9 Monaten
Ursprung
Commit
363dbc5702
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      scripts/update-contributors.js

+ 1 - 1
scripts/update-contributors.js

@@ -100,7 +100,7 @@ Thanks to all our contributors who have helped make Roo Code better!
 
 
 	// Create contributor cell HTML
 	// Create contributor cell HTML
 	const createCell = (contributor) => {
 	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) {
 	if (filteredContributors.length > 0) {