Skip to content

Commit 1fa724b

Browse files
authored
Add GraphQL Conf Sponsor - IBM - #1734 (#1739)
* Add IBM to Gold Sponsor List * Add IBM Logo for Sponsor List
1 parent d70ab16 commit 1fa724b

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

public/img/conf/Sponsors/IBM.svg

Lines changed: 16 additions & 0 deletions
Loading

src/app/conf/2024/sponsors.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import Hasura from "public/img/conf/Sponsors/Hasura.svg"
33
import TheGuild from "public/img/conf/Sponsors/TheGuild.svg"
44
import Apollo from "public/img/conf/Sponsors/Apollo.svg"
55
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
6+
import IBM from "public/img/conf/Sponsors/IBM.svg"
67

78
import { clsx } from "clsx"
89
import NextImage from "next-image-export-optimizer"
@@ -22,6 +23,7 @@ const sponsorPlatinum: Image[] = []
2223
const sponsorGold: Image[] = [
2324
{ icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" },
2425
{ icon: Hasura, name: "Hasura", link: "https://hasura.io" },
26+
{ icon: IBM, name: "IBM", link: "https://www.ibm.com/products/api-connect" },
2527
]
2628

2729
const sponsorSilver: Image[] = [

0 commit comments

Comments
 (0)