We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef86b3 commit 21dd7bcCopy full SHA for 21dd7bc
‎public/img/conf/Sponsors/Graphweaver.svg
‎src/app/conf/2024/sponsors.tsx
@@ -4,6 +4,7 @@ import TheGuild from "public/img/conf/Sponsors/TheGuild.svg"
4
import Apollo from "public/img/conf/Sponsors/Apollo.svg"
5
import Tyk from "public/img/conf/Sponsors/Tyk.svg"
6
import IBM from "public/img/conf/Sponsors/IBM.svg"
7
+import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg"
8
9
import { clsx } from "clsx"
10
import NextImage from "next-image-export-optimizer"
@@ -23,6 +24,7 @@ const sponsorPlatinum: Image[] = []
23
24
25
const sponsorGold: Image[] = [
26
{ icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" },
27
+ { icon: Graphweaver, name: "Graphweaver", link: "https://graphweaver.com" },
28
{ icon: Hasura, name: "Hasura", link: "https://hasura.io" },
29
]
30
0 commit comments