Skip to content

Commit 67a3645

Browse files
committed
Add Artix sponsorship
1 parent 1d1e5c5 commit 67a3645

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

public/sponsors/artix.png

55 KB
Loading

src/app/contribute/sponsors.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,11 @@ const sponsors: Sponsor[] = [
9191
url: "https://www.neopets.com",
9292
logo: "/sponsors/neopets.png",
9393
},
94+
{
95+
name: "Artix Entertainment",
96+
url: "https://www.artix.com",
97+
logo: "/sponsors/artix.png",
98+
},
9499
];
95100

96101
function Sponsor(sponsor: Sponsor) {

0 commit comments

Comments
 (0)