File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
src/app/conf/2026/components Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11import { clsx } from "clsx"
22import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
33import TheGuild from "public/img/conf/Sponsors/TheGuild.svg?svgr"
4+ import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
45import Wundergraph from "public/img/conf/Sponsors/WunderGraph-graded.svg?svgr"
56import Grafast from "public/img/conf/Sponsors/Grafast.svg?svgr"
67import Chillicream from "public/img/conf/Sponsors/Chillicream.svg?svgr"
@@ -71,6 +72,19 @@ const sponsorGold: Sponsor[] = [
7172]
7273
7374const sponsorSilver : Sponsor [ ] = [
75+ {
76+ icon : ( props : React . SVGProps < SVGElement > ) => (
77+ < Apollo
78+ { ...props }
79+ className = { clsx (
80+ props . className ,
81+ "[&_path]:fill-[#15252D] dark:[&_path]:fill-white" ,
82+ ) }
83+ />
84+ ) ,
85+ name : "Apollo" ,
86+ link : "https://www.apollographql.com" ,
87+ } ,
7488 {
7589 icon : ( props : React . SVGProps < SVGElement > ) => (
7690 < Chillicream
You can’t perform that action at this time.
0 commit comments