File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Open diff view settings
Original file line number Diff line number Diff line change 287287Josh Goldberg ✨
288288</a >
289289</td ><td align =" center " valign =" top " width =" 11% " >
290+ <a href =" https://github.com/SwetaTanwar " >
291+ <img src =" https://github.com/SwetaTanwar.png?s=75 " width =" 75 " height =" 75 " alt =" Sweta Tanwar's Avatar " ><br />
292+ Sweta Tanwar
293+ </a >
294+ </td ><td align =" center " valign =" top " width =" 11% " >
290295<a href =" https://github.com/Tanujkanti4441 " >
291296<img src =" https://github.com/Tanujkanti4441.png?s=75 " width =" 75 " height =" 75 " alt =" Tanuj Kanti's Avatar " ><br />
292297Tanuj Kanti
@@ -296,6 +301,11 @@ Tanuj Kanti
296301<img src =" https://github.com/lumirlumir.png?s=75 " width =" 75 " height =" 75 " alt =" 루밀LuMir's Avatar " ><br />
297302루밀LuMir
298303</a >
304+ </td ><td align =" center " valign =" top " width =" 11% " >
305+ <a href =" https://github.com/Pixel998 " >
306+ <img src =" https://github.com/Pixel998.png?s=75 " width =" 75 " height =" 75 " alt =" Pixel998's Avatar " ><br />
307+ Pixel998
308+ </a >
299309</td ></tr ></tbody ></table >
300310
301311### Website Team
Original file line number Diff line number Diff line change @@ -63,8 +63,8 @@ function formatTeamMembers(members) {
6363 <a href="https://github.com/${ member . username } ">
6464 <img src="https://github.com/${
6565 member . username
66- } .png?s=75" width="75" height="75" alt="${ member . name . trim ( ) } 's Avatar"><br />
67- ${ member . name . trim ( ) }
66+ } .png?s=75" width="75" height="75" alt="${ member . name ? .trim ( ) ?? member . username } 's Avatar"><br />
67+ ${ member . name ? .trim ( ) ?? member . username }
6868 </a>
6969 </td>${ ( index + 1 ) % 9 === 0 ? "</tr><tr>" : "" } ` ,
7070 )
You can’t perform that action at this time.
0 commit comments