From 154138a2746581654645f1ea5064cf30893439cb Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Wed, 7 Aug 2024 17:08:15 -0400 Subject: [PATCH 1/3] Add Graphweaver to Gold Sponsors List --- src/app/conf/2024/sponsors.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index 8abc3b65f0..04b2dfb66a 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" }, ] From a7870d1154eaa595960f2efd1dea04557eac0fad Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Wed, 7 Aug 2024 17:09:57 -0400 Subject: [PATCH 2/3] Add graphweaver - Gold GraphQL Conf Sponsor --- public/img/conf/Sponsors/Graphweaver.svg | 10 ++++++++++ 1 file changed, 10 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 0000000000..1772529462 --- /dev/null +++ b/public/img/conf/Sponsors/Graphweaver.svg @@ -0,0 +1,10 @@ + + + + + + + + + + From f175eb468c4e96ab853232647720e14cda755204 Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Wed, 7 Aug 2024 17:13:46 -0400 Subject: [PATCH 3/3] derped filename --- src/app/conf/2024/sponsors.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index 04b2dfb66a..2a2f6adf36 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -4,7 +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 Graphweaver from "public/img/conf/Sponsors/Graphweaver.svg" import { clsx } from "clsx" import NextImage from "next-image-export-optimizer"