File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -268,7 +268,7 @@ Team members who focus specifically on eslint.org
268268<table ><tbody ><tr ><td align =" center " valign =" top " width =" 11% " >
269269<a href =" https://github.com/amareshsm " >
270270<img src =" https://github.com/amareshsm.png?s=75 " width =" 75 " height =" 75 " ><br />
271- Amaresh S M
271+ Amaresh S M
272272</a >
273273</td ><td align =" center " valign =" top " width =" 11% " >
274274<a href =" https://github.com/harish-sethuraman " >
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ function formatTeamMembers(members) {
7171 members . map ( ( member , index ) => `<td align="center" valign="top" width="11%">
7272 <a href="https://github.com/${ member . username } ">
7373 <img src="https://github.com/${ member . username } .png?s=75" width="75" height="75"><br />
74- ${ member . name }
74+ ${ member . name . trim ( ) }
7575 </a>
7676 </td>${ ( index + 1 ) % 9 === 0 ? "</tr><tr>" : "" } ` ) . join ( "" )
7777 } </tr></tbody></table>`;
You can’t perform that action at this time.
0 commit comments