File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import Hasura from "public/img/conf/Sponsors/Hasura.svg"
3
3
import TheGuild from "public/img/conf/Sponsors/TheGuild.svg"
4
4
import Apollo from "public/img/conf/Sponsors/Apollo.svg"
5
5
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
6
+ import IBM from "public/img/conf/Sponsors/IBM.svg"
6
7
7
8
import { clsx } from "clsx"
8
9
import NextImage from "next-image-export-optimizer"
@@ -22,6 +23,7 @@ const sponsorPlatinum: Image[] = []
22
23
const sponsorGold : Image [ ] = [
23
24
{ icon : Apollo , name : "Apollo" , link : "https://www.apollographql.com/" } ,
24
25
{ icon : Hasura , name : "Hasura" , link : "https://hasura.io" } ,
26
+ { icon : IBM , name : "IBM" , link : "https://www.ibm.com/products/api-connect" } ,
25
27
]
26
28
27
29
const sponsorSilver : Image [ ] = [
You can’t perform that action at this time.
0 commit comments