diff --git a/src/app/conf/2025/components/sponsors.tsx b/src/app/conf/2025/components/sponsors.tsx index 3502d81a08..ed86b24c07 100644 --- a/src/app/conf/2025/components/sponsors.tsx +++ b/src/app/conf/2025/components/sponsors.tsx @@ -1,6 +1,7 @@ import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr" import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr" import Netflix from "public/img/conf/Sponsors/Netflix.svg?svgr" +import TheGuild from "public/img/conf/Sponsors/TheGuild.svg?svgr" import { clsx } from "clsx" import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right" @@ -32,6 +33,11 @@ const sponsorGold: Sponsor[] = [ name: "Apollo", link: "https://www.apollographql.com", }, + { + icon: (props: React.SVGProps) => , + name: "The Guild", + link: "https://the-guild.dev/graphql/hive", + }, ] const sponsorSilver: Sponsor[] = [