We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c63ae34 commit 1a076a6Copy full SHA for 1a076a6
src/app/conf/2025/components/sponsors.tsx
@@ -34,7 +34,15 @@ const sponsorGold: Sponsor[] = [
34
link: "https://www.apollographql.com",
35
},
36
{
37
- icon: (props: React.SVGProps<SVGElement>) => <TheGuild {...props} />,
+ icon: (props: React.SVGProps<SVGElement>) => (
38
+ <TheGuild
39
+ {...props}
40
+ className={clsx(
41
+ props.className,
42
+ "[&_path]:fill-[#15252D] dark:[&_path]:fill-white",
43
+ )}
44
+ />
45
+ ),
46
name: "The Guild",
47
link: "https://the-guild.dev/graphql/hive",
48
0 commit comments