diff --git a/src/app/conf/2026/components/sponsors.tsx b/src/app/conf/2026/components/sponsors.tsx index b60995b56f..51a4cf0510 100644 --- a/src/app/conf/2026/components/sponsors.tsx +++ b/src/app/conf/2026/components/sponsors.tsx @@ -1,6 +1,7 @@ import { clsx } from "clsx" import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right" import TheGuild from "public/img/conf/Sponsors/TheGuild.svg?svgr" +import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr" import Wundergraph from "public/img/conf/Sponsors/WunderGraph-graded.svg?svgr" import Grafast from "public/img/conf/Sponsors/Grafast.svg?svgr" import Chillicream from "public/img/conf/Sponsors/Chillicream.svg?svgr" @@ -71,6 +72,19 @@ const sponsorGold: Sponsor[] = [ ] const sponsorSilver: Sponsor[] = [ + { + icon: (props: React.SVGProps) => ( + + ), + name: "Apollo", + link: "https://www.apollographql.com", + }, { icon: (props: React.SVGProps) => (