Skip to content

Commit 2de1652

Browse files
authored
Correction - IBM is Diamond Sponsor - TY!
1 parent 1fa724b commit 2de1652

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/conf/2024/sponsors.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ interface Image {
1616

1717
const sponsorDiamond: Image[] = [
1818
{ icon: TheGuild, name: "The Guild", link: "https://the-guild.dev" },
19+
{ icon: IBM, name: "IBM", link: "https://www.ibm.com/products/api-connect" },
1920
]
2021

2122
const sponsorPlatinum: Image[] = []
2223

2324
const sponsorGold: Image[] = [
2425
{ icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" },
2526
{ icon: Hasura, name: "Hasura", link: "https://hasura.io" },
26-
{ icon: IBM, name: "IBM", link: "https://www.ibm.com/products/api-connect" },
2727
]
2828

2929
const sponsorSilver: Image[] = [

0 commit comments

Comments
 (0)