From ae216ef8ec650f78c0b028e8028731f071092a78 Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Mon, 9 Sep 2024 18:01:55 -0700 Subject: [PATCH 1/3] Update sponsors.tsx --- src/app/conf/2024/sponsors.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index 1fc9d245ca..5ab43ddc64 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -5,6 +5,7 @@ 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 Intuit from "public/img/conf/Sponsors/Intuit.svg" import { clsx } from "clsx" import NextImage from "next-image-export-optimizer" @@ -35,7 +36,9 @@ const sponsorSilver: Image[] = [ const workshopDaySponsors: Image[] = [] -const mediaPartners: Image[] = [] +const mediaPartners: Image[] = [ + { icon: Intuit, name: "Intuit", link: "https://opensource.intuit.com/intuit-open-source/open-source" }, +] const communityPartners: Image[] = [] From 1369ed38b8f7385330baa921616bf06616155ec1 Mon Sep 17 00:00:00 2001 From: Jory Burson Date: Mon, 9 Sep 2024 21:07:03 -0400 Subject: [PATCH 2/3] Add files via upload --- public/img/conf/Sponsors/Intuit.svg | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 public/img/conf/Sponsors/Intuit.svg diff --git a/public/img/conf/Sponsors/Intuit.svg b/public/img/conf/Sponsors/Intuit.svg new file mode 100644 index 0000000000..a47c4a1736 --- /dev/null +++ b/public/img/conf/Sponsors/Intuit.svg @@ -0,0 +1,9 @@ + + + + + + + + + From 69b5b25460619c4b4e3ee12f5b67b6024cf80aeb Mon Sep 17 00:00:00 2001 From: Benjie Date: Mon, 9 Sep 2024 18:19:15 -0700 Subject: [PATCH 3/3] Update src/app/conf/2024/sponsors.tsx --- src/app/conf/2024/sponsors.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/app/conf/2024/sponsors.tsx b/src/app/conf/2024/sponsors.tsx index 5ab43ddc64..52a50071f3 100644 --- a/src/app/conf/2024/sponsors.tsx +++ b/src/app/conf/2024/sponsors.tsx @@ -37,7 +37,11 @@ const sponsorSilver: Image[] = [ const workshopDaySponsors: Image[] = [] const mediaPartners: Image[] = [ - { icon: Intuit, name: "Intuit", link: "https://opensource.intuit.com/intuit-open-source/open-source" }, + { + icon: Intuit, + name: "Intuit", + link: "https://opensource.intuit.com/intuit-open-source/open-source", + }, ] const communityPartners: Image[] = []