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 1
1
import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr"
2
2
import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
3
3
import Netflix from "public/img/conf/Sponsors/Netflix.svg?svgr"
4
+ import TheGuild from "public/img/conf/Sponsors/TheGuild.svg?svgr"
4
5
5
6
import { clsx } from "clsx"
6
7
import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
@@ -32,6 +33,11 @@ const sponsorGold: Sponsor[] = [
32
33
name : "Apollo" ,
33
34
link : "https://www.apollographql.com" ,
34
35
} ,
36
+ {
37
+ icon : ( props : React . SVGProps < SVGElement > ) => < TheGuild { ...props } /> ,
38
+ name : "The Guild" ,
39
+ link : "https://the-guild.dev/graphql/hive" ,
40
+ } ,
35
41
]
36
42
37
43
const sponsorSilver : Sponsor [ ] = [
You can’t perform that action at this time.
0 commit comments