File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
src/app/conf/2025/components Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 11import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr"
22import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
33import Netflix from "public/img/conf/Sponsors/Netflix.svg?svgr"
4+ import TheGuild from "public/img/conf/Sponsors/TheGuild.svg?svgr"
45
56import { clsx } from "clsx"
67import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
@@ -32,6 +33,11 @@ const sponsorGold: Sponsor[] = [
3233 name : "Apollo" ,
3334 link : "https://www.apollographql.com" ,
3435 } ,
36+ {
37+ icon : ( props : React . SVGProps < SVGElement > ) => < TheGuild { ...props } /> ,
38+ name : "The Guild" ,
39+ link : "https://the-guild.dev/graphql/hive" ,
40+ } ,
3541]
3642
3743const sponsorSilver : Sponsor [ ] = [
You can’t perform that action at this time.
0 commit comments