From 73483a9924780704bc27d78d4a056965ccc276a0 Mon Sep 17 00:00:00 2001 From: Saihajpreet Singh Date: Tue, 17 Jun 2025 11:54:22 -0400 Subject: [PATCH] feat: apollo for 2025 conf gold sponsor --- src/app/conf/2025/components/sponsors.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/conf/2025/components/sponsors.tsx b/src/app/conf/2025/components/sponsors.tsx index b23c152cba..7f7365f8fe 100644 --- a/src/app/conf/2025/components/sponsors.tsx +++ b/src/app/conf/2025/components/sponsors.tsx @@ -1,4 +1,5 @@ import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr" +import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr" import { clsx } from "clsx" import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right" @@ -11,7 +12,9 @@ interface Sponsor { const sponsorDiamond: Sponsor[] = [] -const sponsorGold: Sponsor[] = [] +const sponsorGold: Sponsor[] = [ + { icon: Apollo, name: "Apollo", link: "https://www.apollographql.com" }, +] const sponsorSilver: Sponsor[] = [ { icon: Grafbase, name: "Grafbase", link: "https://grafbase.com/" },