Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit dbb200e

Browse filesBrowse files
authored
chore: use team member's username when name is not available in data (#20194)
1 parent cd39983 commit dbb200e
Copy full SHA for dbb200e

File tree

Expand file treeCollapse file tree

2 files changed

+12
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+12
-2
lines changed
Open diff view settings
Collapse file

‎README.md‎

Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,11 @@ fnx
287287
Josh 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 />
292297
Tanuj 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
Collapse file

‎tools/update-readme.js‎

Copy file name to clipboardExpand all lines: tools/update-readme.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.