File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ 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
6
import IBM from "public/img/conf/Sponsors/IBM.svg"
7
+ import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"
7
8
8
9
import { clsx } from "clsx"
9
10
import NextImage from "next-image-export-optimizer"
@@ -23,6 +24,7 @@ const sponsorPlatinum: Image[] = []
23
24
24
25
const sponsorGold : Image [ ] = [
25
26
{ icon : Apollo , name : "Apollo" , link : "https://www.apollographql.com/" } ,
27
+ { icon : Graphweaver , name : "Graphweaver" , link : "https://graphweaver.com" } ,
26
28
{ icon : Hasura , name : "Hasura" , link : "https://hasura.io" } ,
27
29
]
28
30
You can’t perform that action at this time.
0 commit comments