diff --git a/public/img/conf/Sponsors/Graphweaver.svg b/public/img/conf/Sponsors/Graphweaver.svg new file mode 100644 index 0000000000..1772529462 --- /dev/null +++ b/public/img/conf/Sponsors/Graphweaver.svg @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index 8abc3b65f0..2a2f6adf36 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -4,6 +4,7 @@ import TheGuild from "public/img/conf/Sponsors/TheGuild.svg" import Apollo from "public/img/conf/Sponsors/Apollo.svg" import Tyk from "public/img/conf/Sponsors/Tyk.svg" import IBM from "public/img/conf/Sponsors/IBM.svg" +import Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg" import { clsx } from "clsx" import NextImage from "next-image-export-optimizer" @@ -23,6 +24,7 @@ const sponsorPlatinum: Image[] = [] const sponsorGold: Image[] = [ { icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" }, + { icon: Graphweaver, name: "Graphweaver", link: "https://graphweaver.com" }, { icon: Hasura, name: "Hasura", link: "https://hasura.io" }, ]