We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fa724b commit 2de1652Copy full SHA for 2de1652
src/app/conf/2024/sponsors.tsx
@@ -16,14 +16,14 @@ interface Image {
16
17
const sponsorDiamond: Image[] = [
18
{ icon: TheGuild, name: "The Guild", link: "https://the-guild.dev" },
19
+ { icon: IBM, name: "IBM", link: "https://www.ibm.com/products/api-connect" },
20
]
21
22
const sponsorPlatinum: Image[] = []
23
24
const sponsorGold: Image[] = [
25
{ icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" },
26
{ icon: Hasura, name: "Hasura", link: "https://hasura.io" },
- { icon: IBM, name: "IBM", link: "https://www.ibm.com/products/api-connect" },
27
28
29
const sponsorSilver: Image[] = [
0 commit comments