File tree Expand file tree Collapse file tree 2 files changed +153
-0
lines changed Expand file tree Collapse file tree 2 files changed +153
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/
10
10
import { ReactComponent as StepZen } from "../../../../static/img/conf/Sponsors/StepZen.svg"
11
11
import { ReactComponent as Inigo } from "../../../../static/img/conf/Sponsors/Inigo.svg"
12
12
import { ReactComponent as Neo4j } from "../../../../static/img/conf/Sponsors/Neo4j.svg"
13
+ import { ReactComponent as WunderGraph } from "../../../../static/img/conf/Sponsors/WunderGraph.svg"
13
14
14
15
interface Image {
15
16
iconPath : string
@@ -82,6 +83,11 @@ const sponsorSilver: Image[] = [
82
83
name : "Neo4j" ,
83
84
link : "https://neo4j.com/" ,
84
85
} ,
86
+ {
87
+ iconPath : WunderGraph ,
88
+ name : "WunderGraph" ,
89
+ link : "https://wundergraph.com/" ,
90
+ } ,
85
91
{
86
92
iconPath : Stellate ,
87
93
name : "Stellate" ,
You can’t perform that action at this time.
0 commit comments