Skip to content

Commit 70c5076

Browse files
committed
feat: update text of supporters
1 parent 309a8bb commit 70c5076

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

apps/site/next-data/generators/supportersData.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,6 @@ async function fetchGithubSponsorsData() {
6262
const mapped = nodes.map(n => {
6363
const s = n.sponsor || n.sponsorEntity || n.sponsorEntity; // support different field names
6464
return {
65-
id: s?.id || null,
66-
login: s?.login || null,
6765
name: s?.name || s?.login || null,
6866
image: s?.avatarUrl || null,
6967
url: s?.url || null,

apps/site/pages/en/about/partners.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ without we can't test and release new versions of Node.js.
2323
## Supporters
2424

2525
Supporters are individuals and organizations that provide financial support through
26-
[OpenCollective](https://opencollective.com/nodejs) of the Node.js project.
26+
[OpenCollective](https://opencollective.com/nodejs) and [GitHub Sponsors](https://github.com/sponsors/nodejs) of the Node.js project.
2727

2828
<WithSupporters />
2929

0 commit comments

Comments
 (0)