We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad02d78 commit cbaae40Copy full SHA for cbaae40
1 file changed
src/app/conf/2025/components/sponsors.tsx
@@ -1,6 +1,7 @@
1
import Grafbase from "public/img/conf/Sponsors/Grafbase.svg?svgr"
2
import Apollo from "public/img/conf/Sponsors/Apollo.svg?svgr"
3
import Netflix from "public/img/conf/Sponsors/Netflix.svg?svgr"
4
+import TheGuild from "public/img/conf/Sponsors/TheGuild.svg?svgr"
5
6
import { clsx } from "clsx"
7
import { ChevronRight } from "../../_design-system/pixelarticons/chevron-right"
@@ -32,6 +33,11 @@ const sponsorGold: Sponsor[] = [
32
33
name: "Apollo",
34
link: "https://www.apollographql.com",
35
},
36
+ {
37
+ icon: (props: React.SVGProps<SVGElement>) => <TheGuild {...props} />,
38
+ name: "The Guild",
39
+ link: "https://the-guild.dev/graphql/hive",
40
+ },
41
]
42
43
const sponsorSilver: Sponsor[] = [
0 commit comments