From 6a5381365cf365878cc3c7038da314f526d4fd6c Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Fri, 2 Aug 2024 13:11:53 -0400 Subject: [PATCH 1/2] Add IBM to Gold Sponsor 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 756dda1f68..ab9aea99e5 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -3,6 +3,7 @@ import Hasura from "public/img/conf/Sponsors/Hasura.svg" 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 { clsx } from "clsx" import NextImage from "next-image-export-optimizer" @@ -22,6 +23,7 @@ const sponsorPlatinum: Image[] = [] const sponsorGold: Image[] = [ { icon: Apollo, name: "Apollo", link: "https://www.apollographql.com/" }, { icon: Hasura, name: "Hasura", link: "https://hasura.io" }, + { icon: IBM, name: "IBM", link: "https://www.ibm.com/products/api-connect" }, ] const sponsorSilver: Image[] = [ From 786771360e263c060a565cf6ef05e821234afcd3 Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Fri, 2 Aug 2024 13:13:15 -0400 Subject: [PATCH 2/2] Add IBM Logo for Sponsor List --- public/img/conf/Sponsors/IBM.svg | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 public/img/conf/Sponsors/IBM.svg diff --git a/public/img/conf/Sponsors/IBM.svg b/public/img/conf/Sponsors/IBM.svg new file mode 100644 index 0000000000..d2e3a39758 --- /dev/null +++ b/public/img/conf/Sponsors/IBM.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + \ No newline at end of file