From 5216e2e45a119b46926dc551a2e4e7440f3ab868 Mon Sep 17 00:00:00 2001 From: Matthieu Napoli Date: Sun, 6 Oct 2024 22:49:08 +0200 Subject: [PATCH] Update credits --- website/src/github/sponsors.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/website/src/github/sponsors.js b/website/src/github/sponsors.js index 19589abf0..d70cc4b2e 100644 --- a/website/src/github/sponsors.js +++ b/website/src/github/sponsors.js @@ -22,7 +22,7 @@ const nonGitHubSponsors = [ isOneTimePayment: false, }, { - isActive: true, + isActive: false, sponsorEntity: { __typename: 'Organization', login: 'Tideways', @@ -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() {