Skip to content

Commit

Permalink
Update credits
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Oct 6, 2024
1 parent d116ed4 commit 5216e2e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion website/src/github/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const nonGitHubSponsors = [
isOneTimePayment: false,
},
{
isActive: true,
isActive: false,
sponsorEntity: {
__typename: 'Organization',
login: 'Tideways',
Expand All @@ -41,6 +41,16 @@ const nonGitHubSponsors = [
},
isOneTimePayment: false,
},
{
isActive: true,
sponsorEntity: {
__typename: 'Organization',
login: 'Voxie',
name: 'Voxie',
websiteUrl: 'https://www.voxie.com/?ref=bref.sh',
},
isOneTimePayment: false,
},
];

export async function getSponsors() {
Expand Down

0 comments on commit 5216e2e

Please sign in to comment.