From 21dd7bc3b1b376db0c731cca07252cc1ee04f96e Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Wed, 7 Aug 2024 17:20:27 -0400 Subject: [PATCH] =?UTF-8?q?Adds=20graphweaver=20to=20Gold=20Sponsor=20list?= =?UTF-8?q?=20=F0=9F=8E=89=20(#1749)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Add Graphweaver to Gold Sponsors List * Add graphweaver - Gold GraphQL Conf Sponsor * derped filename --- public/img/conf/Sponsors/Graphweaver.svg | 10 ++++++++++ src/app/conf/2024/sponsors.tsx | 2 ++ 2 files changed, 12 insertions(+) create mode 100644 public/img/conf/Sponsors/Graphweaver.svg diff --git a/public/img/conf/Sponsors/Graphweaver.svg b/public/img/conf/Sponsors/Graphweaver.svg new file mode 100644 index 000000000..177252946 --- /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 8abc3b65f..2a2f6adf3 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" }, ]