diff --git a/public/sponsors/artix.png b/public/sponsors/artix.png new file mode 100644 index 00000000..61658f9c Binary files /dev/null and b/public/sponsors/artix.png differ diff --git a/src/app/contribute/sponsors.tsx b/src/app/contribute/sponsors.tsx index 4f22586e..88037c10 100644 --- a/src/app/contribute/sponsors.tsx +++ b/src/app/contribute/sponsors.tsx @@ -91,6 +91,11 @@ const sponsors: Sponsor[] = [ url: "https://www.neopets.com", logo: "/sponsors/neopets.png", }, + { + name: "Artix Entertainment", + url: "https://www.artix.com", + logo: "/sponsors/artix.png", + }, ]; function Sponsor(sponsor: Sponsor) {