Skip to content

Commit a34b6d7

Browse files
authored
Sponsor page: WunderGraph (graphql#1532)
1 parent 0e6a63c commit a34b6d7

File tree

2 files changed

+153
-0
lines changed

2 files changed

+153
-0
lines changed

src/components/Conf/Sponsors/index.tsx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import { ReactComponent as Hygraph } from "../../../../static/img/conf/Sponsors/
1010
import { ReactComponent as StepZen } from "../../../../static/img/conf/Sponsors/StepZen.svg"
1111
import { ReactComponent as Inigo } from "../../../../static/img/conf/Sponsors/Inigo.svg"
1212
import { ReactComponent as Neo4j } from "../../../../static/img/conf/Sponsors/Neo4j.svg"
13+
import { ReactComponent as WunderGraph } from "../../../../static/img/conf/Sponsors/WunderGraph.svg"
1314

1415
interface Image {
1516
iconPath: string
@@ -82,6 +83,11 @@ const sponsorSilver: Image[] = [
8283
name: "Neo4j",
8384
link: "https://neo4j.com/",
8485
},
86+
{
87+
iconPath: WunderGraph,
88+
name: "WunderGraph",
89+
link: "https://wundergraph.com/",
90+
},
8591
{
8692
iconPath: Stellate,
8793
name: "Stellate",

0 commit comments

Comments
 (0)